Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.cpp142 outputNodeInfo[node].index = index; in setOutputNodeIndex()
149 return outputNodeInfo[node].index; in getOutputNodeIndex()
155 outputNodeInfo[node].type = type; in setOutputNodeType()
161 return outputNodeInfo[node].type; in getOutputNodeType()
240 outputNodeInfo[function].type = tensor_info.GetElementType (); in createSession()
Dgstonnxclient.h108 GstMlOutputNodeInfo outputNodeInfo[GST_ML_OUTPUT_NODE_NUMBER_OF]; variable