Home
last modified time | relevance | path

Searched refs:kSoftmax (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax || in SupportsQuantization()
296 if (op.type == OperatorType::kLogistic || op.type == OperatorType::kSoftmax) { in ChooseHardcodedQuantizationForOperatorOutput()
Dhardcode_min_max.cc469 case OperatorType::kSoftmax: in Run()
Dpropagate_fixed_sizes.cc2089 case OperatorType::kSoftmax: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h78 kSoftmax, enumerator
1662 SoftmaxOperator() : Operator(OperatorType::kSoftmax) {}
Dtooling_util.cc1918 case OperatorType::kSoftmax: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2152 } else if (src_op.type == OperatorType::kSoftmax) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc319 GetOperator("SOFTMAX", OperatorType::kSoftmax), op); in TEST_F()
Doperator.cc2392 OperatorType::kSoftmax)); in BuildOperatorList()