Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dquantize_nodes_test.cc98 void TestQuantizedVersusFloatGraph( in TestQuantizedVersusFloatGraph() function in tensorflow::graph_transforms::QuantizeNodesTest
226 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"mat_mul_op"}); in TestQuantizeMatMul()
277 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"mul"}); in TestQuantizeMul()
312 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"add"}); in TestQuantizeAdd()
341 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"conv_op"}); in TestQuantizeConv2D()
364 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"bias_add_op"}); in TestQuantizeBiasAdd()
391 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"concat_op"}); in TestQuantizeConcat()
409 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"relu_op"}); in TestQuantizeRelu()
427 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"relu6_op"}); in TestQuantizeRelu6()
446 TestQuantizedVersusFloatGraph(float_graph_def, {}, {"max_pool_op"}); in TestQuantizeMaxPool()
[all …]