HomeSort by relevance Sort by last modified time
    Searched full:component_shape (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/data/
map_and_batch_dataset_op.cc 183 TensorShape component_shape(
185 component_shape.set_dim(0, num_elements);
187 component_shape);
256 TensorShape component_shape({dataset()->batch_size_});
257 component_shape.AppendShape(return_values[i].shape());
259 component_shape);
padded_batch_dataset_op.cc 292 TensorShape component_shape({});
294 component_shape.AddDim(batch_component_shape.dim_size(i));
298 if (batch_elements[i][component_index].shape() == component_shape) {
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 484 child_shape = component_shape(ct)
486 prt_shape = component_shape(contours[parent])
587 def component_shape(contour): function
  /external/tensorflow/tensorflow/core/kernels/
barrier_ops.cc 162 TensorShape component_shape(ready_tuples[0][i].shape());
163 component_shape.InsertDim(0, insertion_size);
164 Tensor component(ready_tuples[0][i].dtype(), component_shape);

Completed in 306 milliseconds