Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dquantize.cc46 type == OperatorType::kLogistic || type == OperatorType::kSoftmax || in SupportsQuantization()
280 (op.type == OperatorType::kSoftmax)) { in ChooseHardcodedQuantizationForOperatorOutput()
Dhardcode_min_max.cc316 case OperatorType::kSoftmax: in Run()
Dpropagate_fixed_sizes.cc1352 case OperatorType::kSoftmax: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h66 kSoftmax, enumerator
1268 SoftmaxOperator() : Operator(OperatorType::kSoftmax) {}
Dtooling_util.cc1524 case OperatorType::kSoftmax: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc1648 } else if (src_op.type == OperatorType::kSoftmax) { in ConvertOperator()
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
Doperator_test.cc244 GetOperator("SOFTMAX", OperatorType::kSoftmax), op); in TEST_F()
Doperator.cc809 new Softmax(::tflite::BuiltinOperator_SOFTMAX, OperatorType::kSoftmax)); in BuildOperatorList()