Home | Sort by relevance Sort by last modified time |
/external/tensorflow/tensorflow/contrib/tensorrt/convert/ | |
convert_nodes.cc | 178 bool is_weights() const { return variant_ == TRT_NODE_WEIGHTS; } function in class:tensorflow::tensorrt::convert::__anon39442::TRT_TensorOrWeights 189 CHECK_EQ(is_weights(), true); 193 CHECK_EQ(is_weights(), true); [all...] |