Searched refs:kReal (Results 1 – 15 of 15) sorted by relevance
/external/perfetto/src/trace_processor/ |
D | args_table.cc | 39 .AddColumn<ValueColumn>("real_value", VariadicType::kReal, storage_) in CreateStorageSchema() 82 case VariadicType::kReal: in ReportResult() 113 case VariadicType::kReal: { in Filter() 153 case VariadicType::kReal: in CompareRefsAsc()
|
D | args_table.h | 60 case VariadicType::kReal: in GetType()
|
D | trace_storage.h | 115 enum Type { kInt, kString, kReal }; enumerator 133 variadic.type = Type::kReal; in Real() 167 case Variadic::Type::kReal: in operator()
|
D | raw_table.cc | 93 case TraceStorage::Args::Variadic::kReal: in FormatSystraceArgs()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 112 V(kReal, "real", 1) \
|
D | instruction_fusion.cc | 91 case HloOpcode::kReal: in IsExpensive()
|
D | hlo_instruction.cc | 706 case HloOpcode::kReal: in CreateUnary() 1411 case HloOpcode::kReal: in CloneWithNewOperands() 1758 case HloOpcode::kReal: in IdenticalSlowPath() 2138 case HloOpcode::kReal: in IsElementwiseImpl() 2595 case HloOpcode::kReal: in Visit()
|
D | elemental_ir_emitter.cc | 466 case HloOpcode::kReal: in EmitFloatUnaryOp() 674 case HloOpcode::kReal: in EmitComplexUnaryOp() 2222 case HloOpcode::kReal: in MakeElementGenerator()
|
D | hlo_graph_dumper.cc | 953 case HloOpcode::kReal: in GetInstructionColor()
|
D | layout_assignment.cc | 2020 case HloOpcode::kReal: in InstructionCanChangeLayout()
|
D | shape_inference.cc | 269 case HloOpcode::kReal: in InferUnaryOpShape()
|
D | hlo_evaluator_test.cc | 374 TestUnaryOp(HloOpcode::kReal, std::move(expected_real), std::move(x)); in TEST_F()
|
D | algebraic_simplifier_test.cc | 954 HloInstruction::CreateUnary(r2f32, HloOpcode::kReal, param0)); in TEST_F() 982 HloInstruction::CreateUnary(r2f32, HloOpcode::kReal, cplx)); in TEST_F()
|
D | hlo_parser.cc | 747 case HloOpcode::kReal: in ParseInstructionRhs()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 3327 return operand.builder()->UnaryOp(HloOpcode::kReal, operand); in Real()
|