/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Convolution3d.h | 115 int weights_offset = -wq_info.offset; variable
|
H A D | FullyConnectedLayer.cpp | 77 const int weights_offset = -wq_info.offset; in vector_matrix_multiply() local
|
H A D | Conv3D.cpp | 136 int weights_offset = -wq_info.offset; in calculate_conv3d() local
|
H A D | DepthwiseConvolutionLayer.cpp | 148 const int weights_offset = -weights.quantization_info().uniform().offset; in depthwise_convolution_quantized() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/conv3d/neon/ |
H A D | quantized.h | 56 const int32_t weights_offset = -weights->info()->quantization_info().uniform().offset; in directconv3d_quantized_neon_ndhwc() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | convolution_transposed_3x3_thin.cc | 33 int weights_offset) { in ConvInstr()
|
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/ |
H A D | graph_fully_connected.cpp | 146 SimpleOption<int> *weights_offset; /**< Weights Quantization offset from QASSYMM8 */ member in __anon8820c3a10111::FullyConnectedOptions
|
H A D | graph_convolution.cpp | 241 …SimpleOption<int> *weights_offset; /**< Weights Quantization o… member in __anon238537030111::ConvolutionOptions
|
H A D | graph_depthwiseconvolution.cpp | 242 …SimpleOption<int> *weights_offset; /**< Weights Quant… member in __anonf2723d900111::DepthConvolutionOptions
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/ |
H A D | types.h | 708 int32_t weights_offset; member 750 int32_t weights_offset; member 784 int32_t weights_offset; member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
H A D | batch_matmul.h | 432 const int32 weights_offset = params.weights_offset; in BatchMatMul() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | batch_matmul.cc | 562 int32_t weights_offset = -rhs->params.zero_point; in EvalInt8Int32() local
|
H A D | bidirectional_sequence_rnn_test.cc | 1434 int weights_offset = 0; in run_closedbox_test_with_input_split() local
|
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/ |
H A D | rocm_dnn.cc | 3929 const int weights_offset = i * input_dimensions.NodesAcrossFeatureMaps() * in DoMatMul() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_dnn.cc | 6058 const int weights_offset = i * input_dimensions.NodesAcrossFeatureMaps() * in DoMatMul() local
|