Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dwhitespace_tokenizer.cc171 TfLiteIntArray* row_splits_shape = TfLiteIntArrayCreate(1); in Prepare() local
172 row_splits_shape->data[0] = input_size + 1; in Prepare()
176 context->ResizeTensor(context, row_splits, row_splits_shape)); in Prepare()
/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition.py1133 row_splits_shape = tensor_shape.TensorShape(
1135 return tensor_spec.TensorSpec(row_splits_shape, self._dtype)
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1311 TensorShape row_splits_shape; in FastParseExample() local
1312 row_splits_shape.AddDim(serialized.size() + 1); in FastParseExample()
1314 row_splits_shape); in FastParseExample()