Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dfreeze_requantization_ranges_test.cc75 Tensor offset_max_tensor(DT_FLOAT, TensorShape({})); in TestFreezeRequantizationRanges() local
76 test::FillValues<float>(&offset_max_tensor, {255.0f}); in TestFreezeRequantizationRanges()
78 Input::Initializer(offset_max_tensor)); in TestFreezeRequantizationRanges()
H A Dquantize_nodes_test.cc585 Tensor offset_max_tensor(DT_FLOAT, TensorShape({})); in TestRemoveRedundantQuantizationWithBiasAdd() local
586 test::FillValues<float>(&offset_max_tensor, {255.0f}); in TestRemoveRedundantQuantizationWithBiasAdd()
588 Input::Initializer(offset_max_tensor)); in TestRemoveRedundantQuantizationWithBiasAdd()
711 Tensor offset_max_tensor(DT_FLOAT, TensorShape({})); in TestRemoveRedundantQuantizationWithMultipleOutputs() local
712 test::FillValues<float>(&offset_max_tensor, {255.0f}); in TestRemoveRedundantQuantizationWithMultipleOutputs()
714 Input::Initializer(offset_max_tensor)); in TestRemoveRedundantQuantizationWithMultipleOutputs()
949 Tensor offset_max_tensor(DT_FLOAT, TensorShape({})); in TestMergeAdjacentRequantizes() local
950 test::FillValues<float>(&offset_max_tensor, {255.0f}); in TestMergeAdjacentRequantizes()
952 Input::Initializer(offset_max_tensor)); in TestMergeAdjacentRequantizes()