Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc1233 tensorflow::Status ConvertSoftmaxOperator( in ConvertSoftmaxOperator() function
2691 {"Softmax", ConvertSoftmaxOperator}, in GetTensorFlowNodeConverterMap()
H A Dexport_tensorflow.cc819 void ConvertSoftmaxOperator(const Model& model, const SoftmaxOperator& src_op, in ConvertSoftmaxOperator() function
2192 ConvertSoftmaxOperator(model, static_cast<const SoftmaxOperator&>(src_op), in ConvertOperator()