Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h394 Status ConvertConstToWeights(const NodeDef& const_node_def,
Dconvert_nodes.cc909 return ConvertConstToWeights(node_def, inputs, tensor_or_weights); in ConvertToTensorOrWeights()
980 Status TrtNodeValidator::ConvertConstToWeights( in ConvertConstToWeights() function in tensorflow::tensorrt::convert::TrtNodeValidator