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

  /external/tensorflow/tensorflow/python/ops/
image_grad.py 24 from tensorflow.python.ops import gen_image_ops
45 grads = gen_image_ops._resize_nearest_neighbor_grad(
65 grad0 = gen_image_ops._resize_bilinear_grad(
86 grad0 = gen_image_ops._resize_bicubic_grad(
116 grad0 = gen_image_ops.crop_and_resize_grad_image(grad,
125 grad1 = gen_image_ops.crop_and_resize_grad_boxes(grad, op.inputs[0],
image_ops.py 80 from tensorflow.python.ops.gen_image_ops import *
image_ops_impl.py 29 from tensorflow.python.ops import gen_image_ops
    [all...]
image_ops_test.py 39 from tensorflow.python.ops import gen_image_ops
845 saturation_adjusted_image = gen_image_ops.adjust_saturation(
    [all...]
  /external/tensorflow/tensorflow/contrib/image/python/ops/
image_ops.py 20 from tensorflow.contrib.image.ops import gen_image_ops
267 output = gen_image_ops.image_projective_transform(
397 output = gen_image_ops.image_projective_transform(
440 result = gen_image_ops.bipartite_match(
479 components = gen_image_ops.image_connected_components(images)
  /external/tensorflow/tensorflow/compiler/tests/
image_ops_test.py 32 from tensorflow.python.ops import gen_image_ops
180 y = gen_image_ops.adjust_hue(flt_x, delta)
198 y = gen_image_ops.adjust_hue(flt_x, delta)
216 y = gen_image_ops.adjust_hue(flt_x, delta)
243 y = gen_image_ops.adjust_hue(x, delta_h)
307 saturation_adjusted_image = gen_image_ops.adjust_saturation(
412 resized = gen_image_ops.resize_bilinear(
429 resized = gen_image_ops._resize_bilinear_grad(

Completed in 860 milliseconds