Home
last modified time | relevance | path

Searched refs:kRsqrt (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_unary.cc127 case OperatorType::kRsqrt: in Run()
291 unary_op->type == OperatorType::kRsqrt || in Run()
308 } else if (unary_op->type == OperatorType::kRsqrt) { in Run()
Didentify_l2_normalization.cc38 expected_op_type_producing_div_or_mul_input = OperatorType::kRsqrt; in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtarget_util.h60 kRsqrt, enumerator
Dinstruction_fusion.cc46 case HloOpcode::kRsqrt: in IsExpensive()
Dtarget_util.cc147 case TargetDeviceFunctionID::kRsqrt: { in GetDeviceFunctionRoot()
Dhorizontal_loop_fusion_test.cc341 HloInstruction::CreateUnary(shape, HloOpcode::kRsqrt, ms_eps)); in TEST_F()
Dcudnn_batchnorm_rewriter.cc243 var_plus_epsilon->shape(), HloOpcode::kRsqrt, var_plus_epsilon)); in HandleBatchNormGrad()
Delemental_ir_emitter.cc254 return EmitDeviceMathCall(TargetDeviceFunctionID::kRsqrt, {value}, in EmitRsqrt()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Didentify_l2_normalization_test.cc106 EXPECT_FALSE(op->type == OperatorType::kRsqrt); in RunIdentifyL2Normalization()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h132 V(kRsqrt, "rsqrt", 1) \
Dinstruction_fusion.cc177 case HloOpcode::kRsqrt: in IsExpensive()
Dbatchnorm_expander.cc90 return HloInstruction::CreateUnary(operand->shape(), HloOpcode::kRsqrt, in Rsqrt()
Dhlo_instruction.cc908 case HloOpcode::kRsqrt: in CreateUnary()
1734 case HloOpcode::kRsqrt: in CloneWithNewOperands()
2161 case HloOpcode::kRsqrt: in IdenticalSlowPath()
2633 case HloOpcode::kRsqrt: in IsOpElementwise()
3184 case HloOpcode::kRsqrt: in Visit()
Dhlo_cost_analysis.cc107 opcode == HloOpcode::kRsqrt || opcode == HloOpcode::kTanh || in HandleElementwiseOp()
Delemental_ir_emitter.cc464 case HloOpcode::kRsqrt: in EmitFloatUnaryOp()
795 case HloOpcode::kRsqrt: { in EmitComplexUnaryOp()
2266 case HloOpcode::kRsqrt: in MakeElementGenerator()
Dhlo_graph_dumper.cc975 case HloOpcode::kRsqrt: in GetInstructionColor()
Dconditional_code_motion.cc194 case HloOpcode::kRsqrt: in WorthHoisting()
Dalgebraic_simplifier_test.cc1480 HloInstruction::CreateUnary(r0f32, HloOpcode::kRsqrt, param0)); in TEST_F()
6695 EXPECT_EQ(FindInstruction(m.get(), HloOpcode::kRsqrt), nullptr); in TEST_F()
6730 EXPECT_EQ(FindInstruction(m.get(), HloOpcode::kRsqrt), nullptr); in TEST_F()
6765 EXPECT_EQ(FindInstruction(m.get(), HloOpcode::kRsqrt), nullptr); in TEST_F()
6799 EXPECT_NE(FindInstruction(m.get(), HloOpcode::kRsqrt), nullptr); in TEST_F()
Dsharding_propagation.cc203 case HloOpcode::kRsqrt: in PickRepresentativeOperand()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc251 {{OperatorType::kRsqrt, 1}, "1.10.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc140 CheckSimpleOperator<TensorFlowRsqrtOperator>("RSQRT", OperatorType::kRsqrt); in TEST_F()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h126 kRsqrt, enumerator
1367 TensorFlowRsqrtOperator() : Operator(OperatorType::kRsqrt) {}
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc407 return xla::HloOpcode::kRsqrt; in MhloToHloOpcode()
Dhlo_function_importer.cc781 NoAttributeCase(kRsqrt, RsqrtOp); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc360 case HloOpcode::kRsqrt: in EmitOp()

12