Home
last modified time | relevance | path

Searched refs:kReal (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/src/trace_processor/
Dargs_table.cc39 .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()
Dargs_table.h60 case VariadicType::kReal: in GetType()
Dtrace_storage.h115 enum Type { kInt, kString, kReal }; enumerator
133 variadic.type = Type::kReal; in Real()
167 case Variadic::Type::kReal: in operator()
Draw_table.cc93 case TraceStorage::Args::Variadic::kReal: in FormatSystraceArgs()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h112 V(kReal, "real", 1) \
Dinstruction_fusion.cc91 case HloOpcode::kReal: in IsExpensive()
Dhlo_instruction.cc706 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()
Delemental_ir_emitter.cc466 case HloOpcode::kReal: in EmitFloatUnaryOp()
674 case HloOpcode::kReal: in EmitComplexUnaryOp()
2222 case HloOpcode::kReal: in MakeElementGenerator()
Dhlo_graph_dumper.cc953 case HloOpcode::kReal: in GetInstructionColor()
Dlayout_assignment.cc2020 case HloOpcode::kReal: in InstructionCanChangeLayout()
Dshape_inference.cc269 case HloOpcode::kReal: in InferUnaryOpShape()
Dhlo_evaluator_test.cc374 TestUnaryOp(HloOpcode::kReal, std::move(expected_real), std::move(x)); in TEST_F()
Dalgebraic_simplifier_test.cc954 HloInstruction::CreateUnary(r2f32, HloOpcode::kReal, param0)); in TEST_F()
982 HloInstruction::CreateUnary(r2f32, HloOpcode::kReal, cplx)); in TEST_F()
Dhlo_parser.cc747 case HloOpcode::kReal: in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3327 return operand.builder()->UnaryOp(HloOpcode::kReal, operand); in Real()