Home
last modified time | relevance | path

Searched refs:kTensorFlowRsqrt (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_constant_unary.cc37 unary_op->type != OperatorType::kTensorFlowRsqrt && in Run()
172 unary_op->type == OperatorType::kTensorFlowRsqrt || in Run()
185 } else if (unary_op->type == OperatorType::kTensorFlowRsqrt) { in Run()
Didentify_l2_normalization.cc50 OperatorType::kTensorFlowRsqrt; in Run()
Dpropagate_fixed_sizes.cc1360 case OperatorType::kTensorFlowRsqrt: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h108 kTensorFlowRsqrt, enumerator
965 TensorFlowRsqrtOperator() : Operator(OperatorType::kTensorFlowRsqrt) {}
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
Doperator.cc845 "RSQRT", OperatorType::kTensorFlowRsqrt)); in BuildOperatorList()