HomeSort by relevance Sort by last modified time
    Searched refs:y_values (Results 1 - 7 of 7) sorted by null

  /external/autotest/cli/
compose_query 32 widest_row_header = max([len(y) for y in test_data.y_values])
40 for y in test_data.y_values:
  /external/autotest/tko/
frontend.py 45 y_values = set()
57 y_values.add(y)
66 self.y_values = smart_sort(list(y_values), y_field)
67 nCells = len(self.y_values)*len(self.x_values)
compose_query.cgi 292 if not f_row in test_data.y_values:
293 test_data.y_values.append(f_row)
298 if not test_data.y_values:
318 for y in test_data.y_values:
  /external/tensorflow/tensorflow/core/kernels/
quantized_add_op_test.cc 41 const std::vector<float>& y_values, float y_min_value,
57 test::FillValues<float>(&y_float_tensor, y_values);
98 std::vector<float> y_values(y_num_elements);
100 y_values[i] = ((i + 23) % 123) - 50;
112 test::FillValues<float>(&y_float_tensor, y_values);
133 TestAdd(x_shape, x_values, x_min_value, x_max_value, y_shape, y_values,
quantized_mul_op_test.cc 41 const std::vector<float>& y_values, float y_min_value,
57 test::FillValues<float>(&y_float_tensor, y_values);
98 std::vector<float> y_values(y_num_elements);
100 y_values[i] = ((i + 23) % 123) - 50;
112 test::FillValues<float>(&y_float_tensor, y_values);
133 TestMul(x_shape, x_values, x_min_value, x_max_value, y_shape, y_values,
  /external/tensorflow/tensorflow/tools/graph_transforms/
quantize_nodes_test.cc 257 std::vector<float> y_values(y_num_elements);
259 y_values[i] = ((i + 23) % 123) - 50;
269 test::FillValues<float>(&y_float_tensor, y_values);
292 std::vector<float> y_values(y_num_elements);
294 y_values[i] = ((i + 23) % 123) - 50;
304 test::FillValues<float>(&y_float_tensor, y_values);
    [all...]
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_dispatch.py 212 y_values = y.flat_values if ragged_tensor.is_ragged(y) else y
213 mapped_values = self._original_op(x_values, y_values, *args, **kwargs)

Completed in 777 milliseconds