Home
last modified time | relevance | path

Searched refs:ConvertSoftmaxOperator (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc1226 tensorflow::Status ConvertSoftmaxOperator( in ConvertSoftmaxOperator() function
2683 {"Softmax", ConvertSoftmaxOperator}, in GetTensorFlowNodeConverterMap()
Dexport_tensorflow.cc814 void ConvertSoftmaxOperator(const Model& model, const SoftmaxOperator& src_op, in ConvertSoftmaxOperator() function
2187 ConvertSoftmaxOperator(model, static_cast<const SoftmaxOperator&>(src_op), in ConvertOperator()