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

  /external/tensorflow/tensorflow/compiler/tests/
image_ops_test.py 317 y_rgb_data = [6, 9, 13, 140, 180, 226, 135, 121, 234, 172, 255, 128]
318 y_np = np.array(y_rgb_data, dtype=np.uint8).reshape(x_shape)
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 855 y_rgb_data = [6, 9, 13, 140, 180, 226, 135, 121, 234, 172, 255, 128]
856 y_np = np.array(y_rgb_data, dtype=np.uint8).reshape(x_shape)
    [all...]

Completed in 95 milliseconds