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

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
pack_op.cc 74 TensorShape child_shape(shapes[0]);
75 child_shape.InsertDim(axis, 1);
79 reshaped_inputs[i] = xla::Reshape(values[i], child_shape.dim_sizes());
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 542 child_shape = component_shape(ct)
546 dist_x = abs(child_shape["ctx"]-prt_shape["ctx"])
547 dist_y = abs(child_shape["cty"]-prt_shape["cty"])
555 if (prt_shape["width"] * 0.56 < child_shape["width"]
557 and prt_shape["height"] * 0.56 < child_shape["height"]
559 and child_shape["width"] > 0.1 * size[1]
560 and child_shape["height"] > 0.1 * size[0]
562 and img_bw[child_shape["cty"]][child_shape["ctx"]] == 0
563 and img_bw[child_shape["top"]][child_shape["left"]] == 25
    [all...]
test_multi_camera_alignment.py 135 child_shape = component_shape(ct)
139 dist_x = abs(child_shape['ctx']-prt_shape['ctx'])
140 dist_y = abs(child_shape['cty']-prt_shape['cty'])
148 if (prt_shape['width'] * 0.56 < child_shape['width']
150 and prt_shape['height'] * 0.56 < child_shape['height']
152 and child_shape['width'] > 0.1 * size[1]
153 and child_shape['height'] > 0.1 * size[0]
155 and img_bw[child_shape['cty']][child_shape['ctx']] == 0
156 and img_bw[child_shape['top']][child_shape['left']] == 25
    [all...]

Completed in 689 milliseconds