/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_intrinsic_test.cc | 148 HloOpcode::kLog, kTriple_x86_64, "", 152 HloOpcode::kLog, kTriple_x86_64, "+avx", 156 HloOpcode::kLog, kTriple_android_arm, "",
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | resolve_constant_unary.cc | 125 case OperatorType::kLog: in Run() 290 unary_op->type == OperatorType::kLog || in Run() 306 } else if (unary_op->type == OperatorType::kLog) { in Run()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | target_util.h | 56 kLog, enumerator
|
D | target_util.cc | 135 case TargetDeviceFunctionID::kLog: { in GetDeviceFunctionRoot()
|
D | elemental_ir_emitter.cc | 204 return EmitDeviceMathCall(TargetDeviceFunctionID::kLog, {value}, {prim_type}, in EmitLog()
|
D | instruction_fusion_test.cc | 121 reshape2->shape(), xla::HloOpcode::kLog, reshape2)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_opcode.h | 99 V(kLog, "log", 1) \
|
D | instruction_fusion.cc | 164 case HloOpcode::kLog: in IsExpensive()
|
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_instruction.cc | 902 case HloOpcode::kLog: in CreateUnary() 1728 case HloOpcode::kLog: in CloneWithNewOperands() 2142 case HloOpcode::kLog: in IdenticalSlowPath() 2626 case HloOpcode::kLog: in IsOpElementwise() 3170 case HloOpcode::kLog: in Visit()
|
D | hlo_instruction_test.cc | 484 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F() 614 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F()
|
D | hlo_cost_analysis.cc | 104 if (opcode == HloOpcode::kExp || opcode == HloOpcode::kLog || in HandleElementwiseOp()
|
D | hlo_dataflow_analysis_test.cc | 1350 HloInstruction::CreateUnary(vector_shape_, HloOpcode::kLog, exp)); in TEST_P() 1656 vector_shape_, HloOpcode::kLog, embedded_param)); in TEST_P() 2209 HloInstruction::CreateUnary(shape, HloOpcode::kLog, exp)); in TEST_F()
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | op_version.cc | 250 {{OperatorType::kLog, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 66 kLog, enumerator 831 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/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/libwebm/webm_parser/include/webm/ |
D | dom_types.h | 685 kLog = 9, enumerator
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_utils.cc | 390 return xla::HloOpcode::kLog; in MhloToHloOpcode()
|
/external/libwebm/testing/ |
D | mkvmuxer_tests.cc | 814 muxer_colour.set_transfer_characteristics(mkvmuxer::Colour::kLog); in TEST_F()
|
/external/libwebm/webm_parser/demo/ |
D | demo.cc | 404 case TransferCharacteristics::kLog: in operator <<()
|