/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_intrinsic_test.cc | 133 HloOpcode::kLog, kTriple_x86_64, "", 137 HloOpcode::kLog, kTriple_x86_64, "+avx", 141 HloOpcode::kLog, kTriple_android_arm, "",
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | resolve_constant_unary.cc | 125 case OperatorType::kLog: in Run() 286 unary_op->type == OperatorType::kLog || in Run() 302 } else if (unary_op->type == OperatorType::kLog) { in Run()
|
D | propagate_fixed_sizes.cc | 2091 case OperatorType::kLog: in Run()
|
/external/v8/src/inspector/ |
D | v8-console-message.h | 26 kLog, enumerator
|
D | v8-console-message.cc | 25 case ConsoleAPIType::kLog: in consoleAPITypeValue() 201 m_type(ConsoleAPIType::kLog), in V8ConsoleMessage() 415 } else if (type == ConsoleAPIType::kInfo || type == ConsoleAPIType::kLog) { in createForConsoleAPI()
|
D | v8-console.cc | 220 .reportCall(ConsoleAPIType::kLog); in Log()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 97 V(kLog, "log", 1) \
|
D | buffer_liveness_test.cc | 118 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, exp)); in TEST_F() 402 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, embedded_param)); in TEST_F()
|
D | instruction_fusion.cc | 139 case HloOpcode::kLog: in IsExpensive()
|
D | hlo_instruction.cc | 702 case HloOpcode::kLog: in CreateUnary() 1407 case HloOpcode::kLog: in CloneWithNewOperands() 1747 case HloOpcode::kLog: in IdenticalSlowPath() 2134 case HloOpcode::kLog: in IsElementwiseImpl() 2581 case HloOpcode::kLog: in Visit()
|
D | layout_assignment_test.cc | 357 HloInstruction::CreateUnary(ashape, HloOpcode::kLog, param)); in TEST_F() 399 HloInstruction::CreateUnary(ashape, HloOpcode::kLog, param)); in TEST_F()
|
D | hlo_cost_analysis.cc | 94 if (opcode == HloOpcode::kExp || opcode == HloOpcode::kLog || in HandleElementwiseOp()
|
D | elemental_ir_emitter.cc | 413 case HloOpcode::kLog: in EmitFloatUnaryOp() 484 case HloOpcode::kLog: { in EmitComplexUnaryOp() 2218 case HloOpcode::kLog: in MakeElementGenerator()
|
D | hlo_instruction_test.cc | 482 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F() 612 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F()
|
D | hlo_dataflow_analysis_test.cc | 1242 HloInstruction::CreateUnary(vector_shape_, HloOpcode::kLog, exp)); in TEST_P() 1548 vector_shape_, HloOpcode::kLog, embedded_param)); in TEST_P() 2083 HloInstruction::CreateUnary(shape, HloOpcode::kLog, exp)); in TEST_F()
|
D | hlo_graph_dumper.cc | 943 case HloOpcode::kLog: in GetInstructionColor()
|
D | tuple_points_to_analysis_test.cc | 918 HloInstruction::CreateUnary(shape, HloOpcode::kLog, exp)); in TEST_F()
|
D | layout_assignment.cc | 2008 case HloOpcode::kLog: in InstructionCanChangeLayout()
|
D | algebraic_simplifier_test.cc | 1142 HloInstruction::CreateUnary(r0f32, HloOpcode::kLog, pow)); in TEST_F() 1167 HloInstruction::CreateUnary(r0f32, HloOpcode::kLog, exp0)); in TEST_F() 1196 HloInstruction::CreateUnary(r0f32, HloOpcode::kLog, div)); in TEST_F()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 65 kLog, enumerator 784 LogOperator() : Operator(OperatorType::kLog) {}
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.cc | 709 case mkvmuxer::Colour::kLog: in IsTransferCharacteristicsValueValid()
|
D | mkvmuxer.h | 480 kLog = 9, enumerator
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxerutil.cc | 709 case mkvmuxer::Colour::kLog: in IsTransferCharacteristicsValueValid()
|
D | mkvmuxer.h | 480 kLog = 9, enumerator
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator_test.cc | 138 CheckSimpleOperator<LogOperator>("LOG", OperatorType::kLog); in TEST_F()
|