Home
last modified time | relevance | path

Searched refs:kTensorFlowSqrt (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_constant_unary.cc38 unary_op->type != OperatorType::kTensorFlowSqrt && in Run()
173 unary_op->type == OperatorType::kTensorFlowSqrt || in Run()
187 } else if (unary_op->type == OperatorType::kTensorFlowSqrt) { in Run()
Didentify_l2_pool.cc44 if (sqrt_op->type != OperatorType::kTensorFlowSqrt) { in Run()
Didentify_l2_normalization.cc47 expected_op_type_producing_div_or_mul_input = OperatorType::kTensorFlowSqrt; in Run()
Dpropagate_fixed_sizes.cc1361 case OperatorType::kTensorFlowSqrt: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h111 kTensorFlowSqrt, enumerator
1004 TensorFlowSqrtOperator() : Operator(OperatorType::kTensorFlowSqrt) {}
Dexport_tensorflow.cc1682 } else if (src_op.type == OperatorType::kTensorFlowSqrt) { in ConvertOperator()