Home
last modified time | relevance | path

Searched refs:VALUE_ROWIDS (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dragged_to_dense_util_common.h26 VALUE_ROWIDS, enumerator
38 case RowPartitionType::VALUE_ROWIDS: in RowPartitionTypeToString()
58 {"VALUE_ROWIDS", RowPartitionType::VALUE_ROWIDS}, in GetRowPartitionTypesHelper()
Dragged_to_dense_util_test.cc85 RowPartitionType::VALUE_ROWIDS, in TEST()
93 RowPartitionTypeToString(RowPartitionType::VALUE_ROWIDS)); in TEST()
/external/tensorflow/tensorflow/core/ops/
Dragged_conversion_ops.cc35 case RowPartitionType::VALUE_ROWIDS: in ValidateRowPartitionTypesAndShapes()
54 row_partition_types[1] != RowPartitionType::VALUE_ROWIDS)) { in ValidateRowPartitionTypesAndShapes()
57 if (row_partition_types[0] == RowPartitionType::VALUE_ROWIDS) { in ValidateRowPartitionTypesAndShapes()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RaggedTensorToTensor.pbtxt9 * "VALUE_ROWIDS": the value_rowids tensor from the ragged tensor.
77 * "VALUE_ROWIDS": the value_rowids tensor from the ragged tensor.
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc91 case RowPartitionType::VALUE_ROWIDS: in GetMaxWidth()
308 case RowPartitionType::VALUE_ROWIDS: in CalculateOutputIndex()
333 case RowPartitionType::VALUE_ROWIDS: in GetFirstDimensionSize()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc68 case tensorflow::RowPartitionType::VALUE_ROWIDS: in GetFirstDimensionSizeT()
218 case tensorflow::RowPartitionType::VALUE_ROWIDS: in GetMaxWidth()
433 case tensorflow::RowPartitionType::VALUE_ROWIDS: in CalculateOutputIndex()