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

  /external/tensorflow/tensorflow/compiler/tests/
image_ops_test.py 50 batch0 = array_ops.placeholder(nptype, shape=shape)
52 batch1 = image_ops.rgb_to_hsv(batch0)
54 split0 = array_ops.unstack(batch0)
62 batch0: inp
  /external/tensorflow/tensorflow/python/ops/
image_ops_test.py 62 batch0 = constant_op.constant(inp)
63 batch1 = image_ops.rgb_to_hsv(batch0)
65 split0 = array_ops.unstack(batch0)
101 batch0 = constant_op.constant(inp)
102 batch1 = image_ops.rgb_to_yiq(batch0)
104 split0 = array_ops.unstack(batch0)
130 batch0 = constant_op.constant(inp)
131 batch1 = image_ops.rgb_to_yuv(batch0)
133 split0 = array_ops.unstack(batch0)
    [all...]

Completed in 91 milliseconds