Searched refs:kTuple (Results 1 - 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbfloat16_support.cc29 case HloOpcode::kTuple:
47 case HloOpcode::kTuple:
65 case HloOpcode::kTuple:
92 case HloOpcode::kTuple:
H A Dtuple_simplifier.cc38 if (instruction->opcode() == HloOpcode::kTuple ||
58 if (instruction->opcode() == HloOpcode::kTuple) {
110 if (instruction->operand(0)->opcode() == HloOpcode::kTuple) {
117 if (user->opcode() == HloOpcode::kTuple ||
H A Dhlo_constant_folding.cc57 instruction->opcode() == HloOpcode::kTuple ||
H A Dhlo_opcode_test.cc61 case HloOpcode::kTuple:
H A Dbatchnorm_expander_test.cc72 EXPECT_EQ(root->opcode(), HloOpcode::kTuple);
114 EXPECT_EQ(root->opcode(), HloOpcode::kTuple);
H A Dbfloat16_conversion_folding_test.cc39 hlo.opcode() == HloOpcode::kTuple ||
49 hlo.opcode() == HloOpcode::kTuple ||
57 if (hlo.opcode() == HloOpcode::kAdd || hlo.opcode() == HloOpcode::kTuple ||
H A Dbfloat16_normalization_test.cc40 hlo.opcode() == HloOpcode::kTuple ||
50 hlo.opcode() == HloOpcode::kTuple ||
58 if (hlo.opcode() == HloOpcode::kAdd || hlo.opcode() == HloOpcode::kTuple ||
H A Dbfloat16_conversion_folding.cc146 if (hlo->opcode() == HloOpcode::kTuple || //
H A Dhlo_opcode.h129 V(kTuple, "tuple", kHloOpcodeIsVariadic) \
H A Dwhile_loop_simplifier.cc157 if (while_body_root->opcode() != HloOpcode::kTuple) {
184 if (while_init->opcode() != HloOpcode::kTuple) {
309 if (while_body_root->opcode() != HloOpcode::kTuple) {
H A Dhlo_element_type_converter.cc62 // non-nested tuple. This assumption is currently safe as only kTuple, kInfeed,
128 opcode == HloOpcode::kTuple || opcode == HloOpcode::kConvert ||
H A Dhlo_value.cc133 case HloOpcode::kTuple:
H A Dwhile_loop_invariant_code_motion.cc111 case HloOpcode::kTuple:
H A Dinstruction_fusion.cc80 case HloOpcode::kTuple:
H A Dhlo_dataflow_analysis.cc515 CHECK_EQ(tuple->opcode(), HloOpcode::kTuple);
519 // kTuple instruction's value sets.
565 case HloOpcode::kTuple:
763 case HloOpcode::kTuple:
H A Dhlo_graph_dumper.cc930 case HloOpcode::kTuple:
1077 if (instr->opcode() != HloOpcode::kTuple && shape_is_multidim) {
1244 if (instr == root || instr->opcode() != HloOpcode::kTuple) {
H A Dbfloat16_normalization.cc320 if (hlo->opcode() == HloOpcode::kTuple || //
H A Dhlo_instruction.cc304 CHECK_EQ(HloOpcode::kTuple, opcode);
1024 if (fused_root->opcode() == HloOpcode::kTuple) {
1030 if (clone->opcode() == HloOpcode::kTuple) {
1041 if (fused_root->opcode() == HloOpcode::kTuple) {
1054 if (instruction_to_fuse->opcode() == HloOpcode::kTuple) {
1155 return CreateVariadic(tuple_shape, HloOpcode::kTuple, elements);
1364 case HloOpcode::kTuple:
1728 case HloOpcode::kTuple:
2592 case HloOpcode::kTuple:
H A Dhlo_verifier.cc397 case HloOpcode::kTuple:
461 case HloOpcode::kTuple:
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dtuple_thunk.h40 : Thunk(Kind::kTuple, hlo_instruction),
H A Dthunk.h55 kTuple, member in class:xla::gpu::Thunk::Kind
H A Dwhile_transformer.cc358 ExprTree(HloOpcode::kTuple, tuple_index_,
439 ExprTree tuple0(HloOpcode::kTuple, tuple_index_,
H A Dfusion_merger_test.cc292 EXPECT_EQ(HloOpcode::kTuple, root->opcode());
/external/v8/src/compiler/
H A Dtypes.h289 enum Kind { kHeapConstant, kOtherNumberConstant, kTuple, kUnion, kRange }; enumerator in enum:v8::internal::compiler::BitsetType::TypeBase::Kind
474 TupleType(int length, Zone* zone) : StructuralType(kTuple, length, zone) {}
481 DCHECK(IsKind(type, kTuple));
581 bool IsTuple() { return IsKind(TypeBase::kTuple); }
/external/v8/src/ast/
H A Dast-types.h367 kTuple, enumerator in enum:v8::internal::AstBitsetType::AstTypeBase::Kind
651 : AstStructuralType(kTuple, length, zone) {}
659 DCHECK(IsKind(type, kTuple));
826 bool IsTuple() { return IsKind(AstTypeBase::kTuple); }

Completed in 3304 milliseconds

12