Home
last modified time | relevance | path

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

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