示例#1
0
def _CropAndResizeGradImageShape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[3])
示例#2
0
def _crop_and_resize_shape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[3])
示例#3
0
def _ResizeShape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[1])
示例#4
0
def _random_crop_shape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[1])
示例#5
0
def _extract_glimpse_shape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[1])
示例#6
0
def _extract_glimpse_shape(op):
  return common_shapes.call_cpp_shape_fn(
      op, input_tensors_needed=[1])
示例#7
0
def _crop_and_resize_shape(op):
  return common_shapes.call_cpp_shape_fn(
      op, input_tensors_needed=[3])
示例#8
0
def _ResizeShape(op):
  return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[1])
示例#9
0
def _random_crop_shape(op):
  return common_shapes.call_cpp_shape_fn(
      op, input_tensors_needed=[1])
示例#10
0
def _RandomShape(op):
  return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[0])
示例#11
0
def _MultinomialShape(op):
  return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[1])
示例#12
0
def _RandomShape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[0])
示例#13
0
def _MultinomialShape(op):
    return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[1])
示例#14
0
def _CropAndResizeGradImageShape(op):
  return common_shapes.call_cpp_shape_fn(op, input_tensors_needed=[3])