Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dresolve_constant_unary.cc40 unary_op->type != OperatorType::kTensorFlowSum && in Run()
140 } else if (unary_op->type == OperatorType::kTensorFlowSum) { in Run()
Didentify_l2_normalization.cc116 if (sum_op->type != OperatorType::kTensorFlowSum) { in Run()
Dpropagate_fixed_sizes.cc456 case OperatorType::kTensorFlowSum: in KeepDims()
1434 case OperatorType::kTensorFlowSum: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h113 kTensorFlowSum, enumerator
1051 TensorFlowSumOperator() : Operator(OperatorType::kTensorFlowSum) {}