Home
last modified time | relevance | path

Searched defs:value_rowids (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Drow_partition.py117 value_rowids=None, argument
192 def from_value_rowids(cls, argument
748 def value_rowids(self): member in RowPartition
Dragged_tensor.py353 def from_value_rowids(cls, argument
1108 def value_rowids(self, name=None): member in RaggedTensor
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc121 const RowPartitionTensor& value_rowids) { in GetMaxWidthValueRowID()
264 const RowPartitionTensor& value_rowids, in CalculateOutputIndexValueRowID()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc161 auto value_rowids = [tensor](int index) { in GetMaxWidthValueRowID() local
331 void CalculateOutputIndexValueRowID(const TfLiteTensor& value_rowids, in CalculateOutputIndexValueRowID()