/external/tensorflow/tensorflow/compiler/xla/service/ |
D | zero_sized_hlo_elimination_test.cc | 60 zero_sized_param_->shape(), HloOpcode::kTanh, zero_sized_param_)); in TEST_F()
|
D | hlo_opcode.h | 126 V(kTanh, "tanh") \
|
D | layout_assignment_test.cc | 332 HloInstruction::CreateUnary(bshape, HloOpcode::kTanh, reshape)); in TEST_F() 375 HloInstruction::CreateUnary(bshape, HloOpcode::kTanh, transpose)); in TEST_F() 456 HloInstruction::CreateUnary(f32_34, HloOpcode::kTanh, broadcast)); in TEST_F()
|
D | instruction_fusion.cc | 121 case HloOpcode::kTanh: in IsExpensive()
|
D | hlo_cost_analysis.cc | 94 opcode == HloOpcode::kTanh || opcode == HloOpcode::kSin || in HandleElementwiseOp()
|
D | hlo_rematerialization_test.cc | 350 HloInstruction::CreateUnary(vec1024_shape_, HloOpcode::kTanh, rng)); in TEST_F()
|
D | hlo_instruction.cc | 240 case HloOpcode::kTanh: in CreateUnary() 1224 case HloOpcode::kTanh: in CloneWithNewOperands() 1727 case HloOpcode::kTanh: in IdenticalSlowPath() 2614 case HloOpcode::kTanh: in Visit() 2966 case HloOpcode::kTanh: in IsElementwise()
|
D | elemental_ir_emitter.cc | 565 case HloOpcode::kTanh: { in EmitComplexUnaryOp() 1312 case HloOpcode::kTanh: in MakeElementGenerator()
|
D | hlo_graph_dumper.cc | 920 case HloOpcode::kTanh: in GetInstructionColor()
|
D | buffer_assignment_test.cc | 810 HloInstruction::CreateUnary(f32vec100_, HloOpcode::kTanh, exp1)); in TEST_F()
|
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
D | identify_lstm.cc | 220 if (!MatchOperatorInputs(*final_output_mul, *model, OperatorType::kTanh, in Run() 262 &state_remember_sig, OperatorType::kTanh, in Run()
|
D | quantize.cc | 50 type == OperatorType::kTanh || type == OperatorType::kMul || in SupportsQuantization() 294 if (op.type == OperatorType::kTanh) { in ChooseHardcodedQuantizationForOperatorOutput()
|
D | hardcode_min_max.cc | 322 case OperatorType::kTanh: in Run()
|
D | propagate_fixed_sizes.cc | 1355 case OperatorType::kTanh: in Run()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | elemental_ir_emitter.cc | 34 case HloOpcode::kTanh: { in EmitFloatUnaryOp()
|
D | cpu_instruction_fusion_test.cc | 289 dynamic_slice_shape, HloOpcode::kTanh, dynamic_slice4)); in TEST_F() 296 {HloOpcode::kTanh, HloOpcode::kDynamicSlice, HloOpcode::kBitcast, in TEST_F()
|
/external/tensorflow/tensorflow/contrib/lite/toco/ |
D | model.h | 69 kTanh, enumerator 579 TanhOperator() : Operator(OperatorType::kTanh) {}
|
D | tooling_util.cc | 1526 case OperatorType::kTanh: { in EstimateArithmeticOpsCount()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | elemental_ir_emitter.cc | 263 case HloOpcode::kTanh: in EmitFloatUnaryOp()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.cc | 68 case ActivationMode::kTanh: in ActivationModeString()
|
D | dnn.h | 864 kTanh,
|
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/ |
D | operator_test.cc | 108 CheckSimpleOperator<TanhOperator>("TANH", OperatorType::kTanh); in TEST_F()
|
D | operator.cc | 860 new SimpleOperator<TanhOperator>("TANH", OperatorType::kTanh)); in BuildOperatorList()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.cc | 843 case dnn::ActivationMode::kTanh: in ScopedActivationDescriptor() 3921 case dnn::ActivationMode::kTanh: in DoActivate()
|
/external/tensorflow/tensorflow/compiler/xla/tools/parser/ |
D | hlo_parser.cc | 486 case HloOpcode::kTanh: { in ParseInstruction()
|