Searched refs:kTensorFlowSqrt (Results 1 – 6 of 6) sorted by relevance
38 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()
44 if (sqrt_op->type != OperatorType::kTensorFlowSqrt) { in Run()
47 expected_op_type_producing_div_or_mul_input = OperatorType::kTensorFlowSqrt; in Run()
1361 case OperatorType::kTensorFlowSqrt: in Run()
111 kTensorFlowSqrt, enumerator1004 TensorFlowSqrtOperator() : Operator(OperatorType::kTensorFlowSqrt) {}
1682 } else if (src_op.type == OperatorType::kTensorFlowSqrt) { in ConvertOperator()