/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_verifier.cc | 77 expected, HloOpcodeString(hlo->opcode()), in CheckOperandCount() 899 HloOpcodeString(sort->opcode()), sort->ToString()); in HandleSort() 1026 HloOpcodeString(reduce->opcode()), reduce->ToString()); in HandleReduce() 1361 HloOpcodeString(async_op->opcode()), in CheckAsyncOpOperand() 1362 HloOpcodeString(operand->opcode())); in CheckAsyncOpOperand() 1370 HloOpcodeString(async_op->opcode()), in CheckAsyncOpOperand() 1379 HloOpcodeString(async_op->opcode()), in CheckAsyncOpOperand() 1394 HloOpcodeString(async_op->opcode()), async_shape.ToString()); in CheckAsyncOpComputationShapes() 1403 HloOpcodeString(async_op->opcode()), in CheckAsyncOpComputationShapes() 1411 HloOpcodeString(async_op->opcode()), in CheckAsyncOpComputationShapes() [all …]
|
H A D | dfs_hlo_visitor.cc | 31 HloOpcodeString(hlo->opcode())); in HandleElementwiseUnary() 38 HloOpcodeString(hlo->opcode())); in HandleElementwiseBinary()
|
H A D | hlo_opcode_test.cc | 26 ASSERT_EQ("multiply", HloOpcodeString(HloOpcode::kMultiply)); in TEST() 41 EXPECT_EQ(opcode, StringToHloOpcode(HloOpcodeString(opcode)).ValueOrDie()); in TEST()
|
H A D | shape_inference.cc | 254 HloOpcodeString(opcode), PrimitiveType_Name(shape.element_type())); in InferUnaryOpShape() 273 HloOpcodeString(opcode), PrimitiveType_Name(shape.element_type())); in InferUnaryOpShape() 286 HloOpcodeString(opcode), PrimitiveType_Name(shape.element_type())); in InferUnaryOpShape() 298 HloOpcodeString(opcode), PrimitiveType_Name(shape.element_type())); in InferUnaryOpShape() 315 HloOpcodeString(opcode), PrimitiveType_Name(shape.element_type())); in InferUnaryOpShape() 332 HloOpcodeString(opcode), PrimitiveType_Name(shape.element_type())); in InferUnaryOpShape() 359 HloOpcodeString(opcode)); in InferUnaryOpShape() 766 HloOpcodeString(operation), ShapeUtil::HumanString(lhs), in InferDegenerateDimensionBroadcastShape() 908 HloOpcodeString(operation), ShapeUtil::HumanString(lhs), in InferElementwiseBinaryOpShape() 966 HloOpcodeString(opcode), ShapeUtil::HumanStringWithLayout(lhs), in InferBinaryOpShape() [all …]
|
H A D | hlo_opcode.h | 181 std::string HloOpcodeString(HloOpcode opcode); 187 return os << HloOpcodeString(opcode);
|
H A D | hlo_instruction.cc | 580 << "but got " << HloOpcodeString(opcode); in CreateFromProto() 665 << "but got " << HloOpcodeString(opcode); in CreateFromProto() 1106 << HloOpcodeString(opcode); in CreateUnary() 1136 << HloOpcodeString(opcode); in CreateBinary() 1152 << HloOpcodeString(opcode); in CreateTernary() 2802 << HloOpcodeString(opcode()); in to_apply() 2825 << HloOpcodeString(opcode()); in set_to_apply() 3092 << "Unexpected async opcode: " << HloOpcodeString(opcode()); in ToStringWithCanonicalNameMap() 3096 StrAppend(&result, HloOpcodeString(async_wrapped_opcode()), suffix); in ToStringWithCanonicalNameMap() 3098 StrAppend(&result, HloOpcodeString(opcode())); in ToStringWithCanonicalNameMap() [all …]
|
H A D | hlo_opcode.cc | 24 std::string HloOpcodeString(HloOpcode opcode) { in HloOpcodeString() function
|
H A D | flatten_call_graph.cc | 74 << HloOpcodeString(instruction->opcode()); in ReplaceCalledComputation()
|
H A D | elemental_ir_emitter.cc | 370 HloOpcodeString(op->opcode())); in EmitIntegerUnaryOp() 560 HloOpcodeString(op->opcode())); in EmitFloatUnaryOp() 850 HloOpcodeString(op->opcode())); in EmitComplexUnaryOp() 931 HloOpcodeString(op->opcode())); in EmitFloatBinaryOp() 1425 HloOpcodeString(op->opcode())); in EmitComplexBinaryOp() 1770 HloOpcodeString(op->opcode())); in EmitPredBinaryOp() 1774 HloOpcodeString(op->opcode())); in EmitPredBinaryOp() 1851 HloOpcodeString(op->opcode())); in EmitIntegerBinaryOp() 2724 HloOpcodeString(hlo->opcode())); in MakeElementGenerator()
|
H A D | local_service.cc | 84 if (instr.opcode() == HloOpcodeString(HloOpcode::kParameter) && in ParameterMetadata()
|
H A D | pattern_matcher.h | 1244 EXPLAIN << "HloInstruction has opcode " << HloOpcodeString(opcode_) 1250 << HloOpcodeString(opcode_); 1258 *os << "with opcode " << HloOpcodeString(opcode_); 1260 *os << "with any opcode other than " << HloOpcodeString(opcode_);
|
H A D | conditional_code_motion.cc | 1015 HloOpcodeString(op->opcode()) + "->" + in ReusesCarriedBy() 1016 HloOpcodeString(user->opcode())) in ReusesCarriedBy() 1069 "Move-" + HloOpcodeString(opcode)) in WorthHoisting()
|
H A D | all_reduce_combiner_test.cc | 85 HloComputation::Builder sum_builder(HloOpcodeString(type)); in MakeReduction()
|
H A D | hlo_instructions.cc | 1555 SetAndSanitizeName(HloOpcodeString(opcode)); in HloCallableInstruction() 1566 SetAndSanitizeName(std::string(prefix) + HloOpcodeString(opcode)); in HloCallableInstruction() 1578 SetAndSanitizeName(HloOpcodeString(opcode)); in HloCallableInstruction() 1817 SetAndSanitizeName(HloOpcodeString(opcode())); in HloFusionInstruction() 2147 SetAndSanitizeName(HloOpcodeString(opcode())); in HloCallInstruction()
|
H A D | hlo_graph_dumper.cc | 1181 if (absl::StartsWith(instr->name(), HloOpcodeString(instr->opcode()))) { in GetInstructionNodeLabel() 1185 StrCat(HloOpcodeString(instr->opcode()), in GetInstructionNodeLabel()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/ |
H A D | dumped_computation_to_operation_list.cc | 54 HloOpcodeString(hlo->opcode()), params, in DefaultAction()
|
H A D | interactive_graphviz.cc | 337 std::cout << " Opcode: " << HloOpcodeString(instr->opcode()) << std::endl; in DoInfoCommand()
|
H A D | replay_computation.cc | 150 if (instruction.opcode() == HloOpcodeString(is_infeed in GetXfeedShape()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | hlo_fusion_stats.cc | 73 opcodes_.insert(HloOpcodeString(instr->opcode())); in DefaultAction()
|
H A D | instruction_fusion_test.cc | 417 computation.name(), HloOpcodeString(op)); in FindHloInstruction()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
H A D | cpu_vectorization_test.cc | 50 std::string opcode = HloOpcodeString(spec.opcode); in Name()
|
H A D | cpu_intrinsic_test.cc | 50 std::string opcode = HloOpcodeString(spec.opcode); in Name()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 333 if (instr.opcode() == HloOpcodeString(HloOpcode::kParameter)) { in GetProgramShape() 420 if (HloOpcodeString(HloOpcode::kTuple) == operand_instr.opcode()) { in IsConstantVisitor() 447 if (instr.opcode() == HloOpcodeString(HloOpcode::kParameter) && in SetDynamicBinding() 762 HloOpcodeString(binop)); in BinaryOp() 3698 HloOpcodeString(HloOpcode::kGetDimensionSize) || in BuildConstantSubGraph() 3704 HloOpcodeString(HloOpcode::kGetDimensionSize)) { in BuildConstantSubGraph() 3736 *const_instr.mutable_opcode() = HloOpcodeString(HloOpcode::kConstant); in BuildConstantSubGraph() 3744 HloOpcodeString(HloOpcode::kGetTupleElement)) { in BuildConstantSubGraph() 3750 if (maybe_tuple_instr->opcode() == HloOpcodeString(HloOpcode::kTuple)) { in BuildConstantSubGraph() 3786 if (instr_src->opcode() == HloOpcodeString(HloOpcode::kGetDimensionSize) || in BuildConstantSubGraph() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | utils.cc | 86 if (instr.opcode() == HloOpcodeString(HloOpcode::kParameter)) { in GetShardedProgramShapes()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
H A D | mlir_hlo_builder.cc | 41 std::string op_name = HloOpcodeString(opcode); in GetMlirOpName() 527 HloOpcodeString(opcode)); in AddInstruction()
|