Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dstring_ops.cc303 ShapeHandle splits_shape = c->input(1); in __anon4354d5f10802() local
304 TF_RETURN_IF_ERROR(c->WithRank(splits_shape, 1, &unused)); in __anon4354d5f10802()
308 TF_RETURN_IF_ERROR(c->Subtract(c->Dim(splits_shape, 0), 1, &dims[0])); in __anon4354d5f10802()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_tensor.py1286 splits_shape = array_ops.shape(self.row_splits, out_type=out_type)
1289 ragged_dimensions = [splits_shape[0] - 1] + [
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2411 TensorShape values_shape, splits_shape; in ParseContextRaggedFeatures() local
2417 splits_shape.AddDim(num_examples + 1); in ParseContextRaggedFeatures()
2421 Tensor(allocator, splits_dtype, splits_shape); in ParseContextRaggedFeatures()