Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_intrinsic_test.cc133 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/
Dresolve_constant_unary.cc125 case OperatorType::kLog: in Run()
286 unary_op->type == OperatorType::kLog || in Run()
302 } else if (unary_op->type == OperatorType::kLog) { in Run()
Dpropagate_fixed_sizes.cc2091 case OperatorType::kLog: in Run()
/external/v8/src/inspector/
Dv8-console-message.h26 kLog, enumerator
Dv8-console-message.cc25 case ConsoleAPIType::kLog: in consoleAPITypeValue()
201 m_type(ConsoleAPIType::kLog), in V8ConsoleMessage()
415 } else if (type == ConsoleAPIType::kInfo || type == ConsoleAPIType::kLog) { in createForConsoleAPI()
Dv8-console.cc220 .reportCall(ConsoleAPIType::kLog); in Log()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h97 V(kLog, "log", 1) \
Dbuffer_liveness_test.cc118 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, exp)); in TEST_F()
402 HloInstruction::CreateUnary(vec_, HloOpcode::kLog, embedded_param)); in TEST_F()
Dinstruction_fusion.cc139 case HloOpcode::kLog: in IsExpensive()
Dhlo_instruction.cc702 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()
Dlayout_assignment_test.cc357 HloInstruction::CreateUnary(ashape, HloOpcode::kLog, param)); in TEST_F()
399 HloInstruction::CreateUnary(ashape, HloOpcode::kLog, param)); in TEST_F()
Dhlo_cost_analysis.cc94 if (opcode == HloOpcode::kExp || opcode == HloOpcode::kLog || in HandleElementwiseOp()
Delemental_ir_emitter.cc413 case HloOpcode::kLog: in EmitFloatUnaryOp()
484 case HloOpcode::kLog: { in EmitComplexUnaryOp()
2218 case HloOpcode::kLog: in MakeElementGenerator()
Dhlo_instruction_test.cc482 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F()
612 HloInstruction::CreateUnary(r0f32_, HloOpcode::kLog, foo)); in TEST_F()
Dhlo_dataflow_analysis_test.cc1242 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()
Dhlo_graph_dumper.cc943 case HloOpcode::kLog: in GetInstructionColor()
Dtuple_points_to_analysis_test.cc918 HloInstruction::CreateUnary(shape, HloOpcode::kLog, exp)); in TEST_F()
Dlayout_assignment.cc2008 case HloOpcode::kLog: in InstructionCanChangeLayout()
Dalgebraic_simplifier_test.cc1142 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/
Dmodel.h65 kLog, enumerator
784 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/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc709 case mkvmuxer::Colour::kLog: in IsTransferCharacteristicsValueValid()
Dmkvmuxer.h480 kLog = 9, enumerator
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc138 CheckSimpleOperator<LogOperator>("LOG", OperatorType::kLog); in TEST_F()

12