Home
last modified time | relevance | path

Searched refs:batched_shape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dconvert.cc379 const BHWC batched_shape = in ConvertToPHWC4() local
381 std::vector<float> transposed(GetElementsSizeForPHWC4(batched_shape)); in ConvertToPHWC4()
382 ConvertToPHWC4(tensor.data, batched_shape, in ConvertToPHWC4()
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py504 batched_shape = [batch_size, num_states, num_states]
505 label_to_label = array_ops.scatter_nd(indices, values, batched_shape)
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dpfor.py1150 batched_shape = tensor_shape.TensorShape([self._maybe_iters
1153 tensor_spec.TensorSpec(shape=batched_shape, dtype=arg.dtype))