HomeSort by relevance Sort by last modified time
    Searched full:y_num_elements (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc 97 const size_t y_num_elements = TensorShape(y_shape).num_elements(); local
98 std::vector<float> y_values(y_num_elements);
99 for (int i = 0; i < y_num_elements; ++i) {
quantized_mul_op_test.cc 97 const size_t y_num_elements = TensorShape(y_shape).num_elements(); local
98 std::vector<float> y_values(y_num_elements);
99 for (int i = 0; i < y_num_elements; ++i) {
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 256 const size_t y_num_elements = TensorShape(y_shape).num_elements(); local
257 std::vector<float> y_values(y_num_elements);
258 for (int i = 0; i < y_num_elements; ++i) {
291 const size_t y_num_elements = TensorShape(y_shape).num_elements(); local
292 std::vector<float> y_values(y_num_elements);
293 for (int i = 0; i < y_num_elements; ++i) {
    [all...]

Completed in 80 milliseconds