Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc5577 int ax_positive = ax >= 0 ? ax : ax + rank; in TEST_P() local
5579 expected_output_dims[ax_positive] = keep_dims ? 1 : 0; in TEST_P()