Home
last modified time | relevance | path

Searched refs:kSum (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_reduce_attributes.cc56 case OperatorType::kSum: in Run()
Dresolve_constant_unary.cc130 case OperatorType::kSum: in Run()
241 } else if (unary_op->type == OperatorType::kSum) { in Run()
Didentify_l2_normalization.cc117 if (sum_op->type != OperatorType::kSum) { in Run()
Dhardcode_min_max.cc447 case OperatorType::kSum: in Run()
Dquantize.cc53 type == OperatorType::kBatchToSpaceND || type == OperatorType::kSum || in SupportsQuantization()
Dpropagate_fixed_sizes.cc538 case OperatorType::kSum: in KeepDims()
2189 case OperatorType::kSum: in Run()
/external/clang/test/SemaCXX/
Dtypo-correction-delayed.cpp124 …explicit SomeClass() : Kind(kSum) {} // expected-error {{use of undeclared identifier 'kSum'; did… in SomeClass()
/external/tensorflow/tensorflow/lite/kernels/
Dreduce.cc432 kSum, enumerator
444 case kSum: in EvalType()
528 return EvalGeneric<kReference, kSum>(context, node); in EvalSum()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h130 kSum, enumerator
1410 TensorFlowSumOperator() : Operator(OperatorType::kSum) {}
Dexport_tensorflow.cc2241 } else if (src_op.type == OperatorType::kSum) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc179 CheckReducerOperator<TensorFlowSumOperator>("SUM", OperatorType::kSum); in TEST_F()
Doperator.cc2402 MakeUnique<Sum>(::tflite::BuiltinOperator_SUM, OperatorType::kSum)); in BuildOperatorList()