Home
last modified time | relevance | path

Searched refs:kLog (Results 1 – 25 of 44) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_intrinsic_test.cc148 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/
Dresolve_constant_unary.cc125 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/
Dtarget_util.h56 kLog, enumerator
Dtarget_util.cc135 case TargetDeviceFunctionID::kLog: { in GetDeviceFunctionRoot()
Delemental_ir_emitter.cc204 return EmitDeviceMathCall(TargetDeviceFunctionID::kLog, {value}, {prim_type}, in EmitLog()
Dinstruction_fusion_test.cc121 reshape2->shape(), xla::HloOpcode::kLog, reshape2)); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h99 V(kLog, "log", 1) \
Dinstruction_fusion.cc164 case HloOpcode::kLog: in IsExpensive()
Dlayout_assignment_test.cc357 HloInstruction::CreateUnary(ashape, HloOpcode::kLog, param)); in TEST_F()
399 HloInstruction::CreateUnary(ashape, HloOpcode::kLog, param)); in TEST_F()
Dhlo_instruction.cc902 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()
Dhlo_instruction_test.cc484 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F()
614 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F()
Dhlo_dataflow_analysis_test.cc1350 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()
Dhlo_cost_analysis.cc104 if (opcode == HloOpcode::kExp || opcode == HloOpcode::kLog || in HandleElementwiseOp()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc250 {{OperatorType::kLog, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h66 kLog, enumerator
831 LogOperator() : Operator(OperatorType::kLog) {}
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc709 case mkvmuxer::Colour::kLog: in IsTransferCharacteristicsValueValid()
Dmkvmuxer.h480 kLog = 9, enumerator
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.cc709 case mkvmuxer::Colour::kLog: in IsTransferCharacteristicsValueValid()
Dmkvmuxer.h480 kLog = 9, enumerator
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc709 case mkvmuxer::Colour::kLog: in IsTransferCharacteristicsValueValid()
Dmkvmuxer.h480 kLog = 9, enumerator
/external/libwebm/webm_parser/include/webm/
Ddom_types.h685 kLog = 9, enumerator
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc390 return xla::HloOpcode::kLog; in MhloToHloOpcode()
/external/libwebm/webm_parser/demo/
Ddemo.cc404 case TransferCharacteristics::kLog: in operator <<()
/external/libwebm/testing/
Dmkvmuxer_tests.cc814 muxer_colour.set_transfer_characteristics(mkvmuxer::Colour::kLog); in TEST_F()

12