Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantized_mul_op.cc192 int32_t tensor_offset, int64_t tensor_num_elements, in VectorTensorMultiply() argument
194 for (int i = 0; i < tensor_num_elements; ++i) { in VectorTensorMultiply()
205 const quint8* tensor_data, int32 tensor_offset, int64 tensor_num_elements, in VectorTensorMultiply() argument
209 CHECK_EQ(0, tensor_num_elements % vector_num_elements); in VectorTensorMultiply()
210 for (int base_i = 0; base_i < tensor_num_elements; in VectorTensorMultiply()
346 int64_t tensor_num_elements; in Compute() local
353 tensor_num_elements = y.NumElements(); in Compute()
360 tensor_num_elements = x.NumElements(); in Compute()
370 tensor_offset, tensor_num_elements, z_data); in Compute()
H A Dquantized_add_op.cc293 float max_tensor, int64_t tensor_num_elements, in VectorTensorAddition() argument
295 for (int i = 0; i < tensor_num_elements; ++i) { in VectorTensorAddition()
311 float max_tensor, int64 tensor_num_elements, in VectorTensorAddition() argument
344 for (int64 base_i = 0; base_i < tensor_num_elements; in VectorTensorAddition()
396 float max_tensor, int64_t tensor_num_elements, in VectorTensorAddition() argument
423 for (int i = 0; i < tensor_num_elements; ++i) { in VectorTensorAddition()
538 int64_t tensor_num_elements; in Compute() local
547 tensor_num_elements = y.NumElements(); in Compute()
556 tensor_num_elements = x.NumElements(); in Compute()
564 tensor_min, tensor_max, tensor_num_elements, min_z_value, max_z_value, in Compute()
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-017.md29 int32 tensor_offset, int64 tensor_num_elements,
31 for (int i = 0; i < tensor_num_elements; ++i) {
H A Dtfsa-2021-037.md32 float max_tensor, int64 tensor_num_elements,
34 for (int i = 0; i < tensor_num_elements; ++i) {
/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A DValidation.cpp186 const uint32_t tensor_num_elements = tensor.num_elements(); in validate() local
187 for(uint32_t element_idx = 0; element_idx < tensor_num_elements; ++element_idx) in validate()