Searched defs:offset_tensor (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | quantize_nodes_test.cc | 353 Tensor offset_tensor(DT_FLOAT, TensorShape({6})); in TestQuantizeBiasAdd() local 575 Tensor offset_tensor(DT_QUINT8, TensorShape({6})); in TestRemoveRedundantQuantizationWithBiasAdd() local 701 Tensor offset_tensor(DT_QUINT8, TensorShape({6})); in TestRemoveRedundantQuantizationWithMultipleOutputs() local 884 Tensor offset_tensor(DT_FLOAT, TensorShape({6})); in TestConvertFakeQuantsToRequantize() local 939 Tensor offset_tensor(DT_QUINT8, TensorShape({6})); in TestMergeAdjacentRequantizes() local 1036 Tensor offset_tensor(DT_FLOAT, TensorShape({6})); in TestConvertFakeQuantsEndToEnd() local 1085 Tensor offset_tensor(DT_FLOAT, TensorShape({6})); in TestHoistFakeQuants() local
|
H A D | freeze_requantization_ranges_test.cc | 65 Tensor offset_tensor(DT_QUINT8, TensorShape({6})); in TestFreezeRequantizationRanges() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_assign.cpp | 259 Tensor<int, 1> offset_tensor(10); in test_compound_assign() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_batch_norm_op.cc | 120 Tensor offset_tensor(DataTypeToEnum<T2>::v(), {depth}); in FixedPointBatchNorm() local
|
/aosp_15_r20/external/libtextclassifier/native/tensorflow_models/seq_flow_lite/tflite_ops/ |
H A D | layer_norm.cc | 394 TfLiteTensor offset_tensor = in Eval() local
|