Searched refs:SubscriptToIndex (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
H A Dreference_ops.h90 inline int SubscriptToIndex(const NdArrayDesc<4>& desc, int i0, int i1, int i2, function in namespace:tflite::reference_ops
920 input1_data[SubscriptToIndex(desc1, c, x, y, b)] +
921 input2_data[SubscriptToIndex(desc2, c, x, y, b)],
974 input1_offset + input1_data[SubscriptToIndex(desc1, c, x, y, b)];
976 input2_offset + input2_data[SubscriptToIndex(desc2, c, x, y, b)];
1100 input1_data[SubscriptToIndex(desc1, c, x, y, b)] *
1101 input2_data[SubscriptToIndex(desc2, c, x, y, b)],
1151 input1_offset + input1_data[SubscriptToIndex(desc1, c, x, y, b)];
1153 input2_offset + input2_data[SubscriptToIndex(desc2, c, x, y, b)];
2913 input1_data[SubscriptToIndex(desc
[all...]
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
H A Doptimized_ops.h153 inline int SubscriptToIndex(const NdArrayDesc<4>& desc, int i0, int i1, int i2, function in namespace:tflite::optimized_ops
1569 input1_data[SubscriptToIndex(desc1, c, x, y, b)] +
1570 input2_data[SubscriptToIndex(desc2, c, x, y, b)],
1623 input1_offset + input1_data[SubscriptToIndex(desc1, c, x, y, b)];
1625 input2_offset + input2_data[SubscriptToIndex(desc2, c, x, y, b)];
1819 input1_data[SubscriptToIndex(desc1, c, x, y, b)] *
1820 input2_data[SubscriptToIndex(desc2, c, x, y, b)],
1870 input1_offset + input1_data[SubscriptToIndex(desc1, c, x, y, b)];
1872 input2_offset + input2_data[SubscriptToIndex(desc2, c, x, y, b)];
1967 input1_data[SubscriptToIndex(desc
[all...]

Completed in 127 milliseconds