Home
last modified time | relevance | path

Searched defs:ConvertToTensorOrWeights (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc311 Status ConvertToTensorOrWeights(const Scope& scope, const Node* node, in ConvertToTensorOrWeights() function in tensorflow::tensorrt::convert::ValidatorTest
328 TEST_F(ValidatorTest, ConvertToTensorOrWeights) { in TEST_F() argument
H A Dconvert_nodes.cc882 Status TrtNodeValidator::ConvertToTensorOrWeights( in ConvertToTensorOrWeights() function in tensorflow::tensorrt::convert::TrtNodeValidator