Home
last modified time | relevance | path

Searched refs:HloOpcodeString (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode_test.cc26 ASSERT_EQ("multiply", HloOpcodeString(HloOpcode::kMultiply)); in TEST()
41 EXPECT_EQ(opcode, StringToHloOpcode(HloOpcodeString(opcode)).ValueOrDie()); in TEST()
Ddfs_hlo_visitor.cc31 HloOpcodeString(hlo->opcode()).c_str()); in HandleElementwiseUnary()
38 HloOpcodeString(hlo->opcode()).c_str()); in HandleElementwiseBinary()
Dhlo_opcode.h147 string HloOpcodeString(HloOpcode opcode);
153 return os << HloOpcodeString(opcode);
Dhlo_opcode.cc23 string HloOpcodeString(HloOpcode opcode) { in HloOpcodeString() function
Dflatten_call_graph.cc62 << HloOpcodeString(instruction->opcode()); in ReplaceCalledComputation()
Dhlo_instruction.cc244 << HloOpcodeString(opcode); in CreateUnary()
280 << HloOpcodeString(opcode); in CreateBinary()
296 << HloOpcodeString(opcode); in CreateTernary()
1438 LOG(FATAL) << "Not yet implemented, clone: " << HloOpcodeString(opcode_); in CloneWithNewOperands()
1975 << HloOpcodeString(opcode()); in to_apply()
1993 << HloOpcodeString(opcode()); in set_to_apply()
2105 HloOpcodeString(opcode()), "(", OperandsToString(options), ")"); in ToString()
2303 return StrCat("%", name(), " = ", HloOpcodeString(opcode()), "(", in ToShortString()
2314 proto.set_opcode(HloOpcodeString(opcode_)); in ToProto()
2433 return HloOpcodeString(opcode()); in ToCategory()
[all …]
Delemental_ir_emitter.cc332 HloOpcodeString(op->opcode()).c_str()); in EmitIntegerUnaryOp()
458 HloOpcodeString(op->opcode()).c_str()); in EmitFloatUnaryOp()
655 HloOpcodeString(op->opcode()).c_str()); in EmitComplexUnaryOp()
727 HloOpcodeString(op->opcode()).c_str()); in EmitFloatBinaryOp()
856 HloOpcodeString(op->opcode()).c_str()); in EmitComplexBinaryOp()
1061 HloOpcodeString(op->opcode()).c_str()); in EmitIntegerBinaryOp()
1858 HloOpcodeString(hlo->opcode()).c_str()); in MakeElementGenerator()
Dhlo_tfgraph_builder.cc39 string name = StrCat("hlo-", HloOpcodeString(instruction->opcode())); in GetOpDefName()
Dhlo_graph_dumper.cc1019 .starts_with(HloOpcodeString(instr->opcode()))) { in GetInstructionNodeLabel()
1023 StrCat(HloOpcodeString(instr->opcode()), in GetInstructionNodeLabel()
Dhlo_module.cc247 if (instruction.opcode() == HloOpcodeString(HloOpcode::kParameter)) { in ProgramShapeFromProto()
Dhlo_evaluator.cc98 << HloOpcodeString(opcode); in Compare()
129 << HloOpcodeString(opcode); in Compare()
232 HloOpcodeString(hlo_instruction->opcode()).c_str()); in DefaultAction()
Dbuffer_assignment.cc614 HloOpcodeString(instruction->opcode()).c_str()); in GatherComputationsByAllocationType()
Dhlo_instruction_test.cc53 HloOpcodeString(hlo_instruction->opcode()).c_str()); in DefaultAction()
Dhlo_dataflow_analysis_test.cc83 HloComputation::Builder builder(TestName() + "." + HloOpcodeString(opcode)); in CreateR0F32UnaryOpComputation()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer.cc126 HloOpcodeString(instruction->opcode()).c_str(), in Match()
127 HloOpcodeString(opcode_).c_str()); in Match()
130 VLOG(2) << "Matched " << HloOpcodeString(opcode_) << ": " << tag_; in Match()
/external/tensorflow/tensorflow/compiler/xla/tools/
Ddumped_computation_to_operation_list.cc54 "%s :: (%s) -> %s :: %s\n", HloOpcodeString(hlo->opcode()).c_str(), in DefaultAction()
/external/tensorflow/tensorflow/compiler/xla/legacy_flags/
Ddebug_options_parsers.h121 if (opcode == HloOpcodeString(static_cast<HloOpcode>(i))) { in parse_xla_reduce_precision_option()
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser.cc1057 HloOpcodeString(opcode))); in ParseInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2927 HloOpcodeString(instruction.opcode()).c_str()); in ElementTypesSameAndSupported()