Home
last modified time | relevance | path

Searched refs:kTensorFlowGreater (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_constant_binary.cc156 } else if (binary_op->type == OperatorType::kTensorFlowGreater) { in EvaluateBinaryOperatorOnConstantInputs()
205 binary_op->type != OperatorType::kTensorFlowGreater && in Run()
Dpropagate_array_data_types.cc59 op->type == OperatorType::kTensorFlowGreater || in Run()
Dpropagate_fixed_sizes.cc1384 case OperatorType::kTensorFlowGreater: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h95 kTensorFlowGreater, enumerator
1181 TensorFlowGreaterOperator() : Operator(OperatorType::kTensorFlowGreater) {}