Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc2441 auto input_is_weight = [](const TestParamBase p) { return !p.param.empty(); }; in TEST_P() local
2452 if (input_is_weight(p) || trt_mode_ != TrtTestMode::kExplicitBatch) { in TEST_P()
2458 if (!input_is_weight(p)) { in TEST_P()