OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tensor_num_elements
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
quantized_mul_op.cc
191
int32 tensor_offset, int64
tensor_num_elements
,
193
for (int i = 0; i <
tensor_num_elements
; ++i) {
204
const quint8* tensor_data, int32 tensor_offset, int64
tensor_num_elements
,
208
CHECK_EQ(0,
tensor_num_elements
% vector_num_elements);
209
for (int base_i = 0; base_i <
tensor_num_elements
;
333
int64
tensor_num_elements
;
variable
340
tensor_num_elements
= y.NumElements();
347
tensor_num_elements
= x.NumElements();
352
tensor_offset,
tensor_num_elements
, z_data);
quantized_add_op.cc
292
float max_tensor, int64
tensor_num_elements
,
294
for (int i = 0; i <
tensor_num_elements
; ++i) {
310
float max_tensor, int64
tensor_num_elements
,
343
for (int64 base_i = 0; base_i <
tensor_num_elements
;
395
float max_tensor, int64
tensor_num_elements
,
422
for (int i = 0; i <
tensor_num_elements
; ++i) {
519
int64
tensor_num_elements
;
variable
528
tensor_num_elements
= y.NumElements();
537
tensor_num_elements
= x.NumElements();
543
tensor_min, tensor_max,
tensor_num_elements
, min_z_value, max_z_value
[
all
...]
Completed in 489 milliseconds