Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dragged_to_dense_util_common.h25 FIRST_DIM_SIZE, enumerator
36 case RowPartitionType::FIRST_DIM_SIZE: in RowPartitionTypeToString()
57 {{"FIRST_DIM_SIZE", RowPartitionType::FIRST_DIM_SIZE}, in GetRowPartitionTypesHelper()
79 if (row_partition_types[0] == RowPartitionType::FIRST_DIM_SIZE) { in GetRaggedRank()
Dragged_to_dense_util_test.cc84 ::testing::ElementsAre(RowPartitionType::FIRST_DIM_SIZE, in TEST()
91 RowPartitionTypeToString(RowPartitionType::FIRST_DIM_SIZE)); in TEST()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RaggedTensorToTensor.pbtxt10 * "FIRST_DIM_SIZE": if value_rowids is used for the first dimension, then it
11 is preceeded by "FIRST_DIM_SIZE".
78 * "FIRST_DIM_SIZE": if value_rowids is used for the first dimension, then it
79 is preceded by "FIRST_DIM_SIZE".
/external/tensorflow/tensorflow/core/ops/
Dragged_conversion_ops.cc34 case RowPartitionType::FIRST_DIM_SIZE: in ValidateRowPartitionTypesAndShapes()
48 if (row_partition_types[i] == RowPartitionType::FIRST_DIM_SIZE) { in ValidateRowPartitionTypesAndShapes()
52 if (row_partition_types[0] == RowPartitionType::FIRST_DIM_SIZE && in ValidateRowPartitionTypesAndShapes()
77 if (row_partition_types[i] == RowPartitionType::FIRST_DIM_SIZE) { in ValidateRowPartitionTypesAndShapes()
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc70 if (row_partition_types_[0] == RowPartitionType::FIRST_DIM_SIZE) { in GetRowPartitionTypeByDimension()
79 if (row_partition_types_[0] == RowPartitionType::FIRST_DIM_SIZE) { in GetRowPartitionTensor()
330 case RowPartitionType::FIRST_DIM_SIZE: in GetFirstDimensionSize()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc52 tensorflow::RowPartitionType::FIRST_DIM_SIZE) { in GetRowPartitionTypeByDimension()
66 case tensorflow::RowPartitionType::FIRST_DIM_SIZE: in GetFirstDimensionSizeT()
146 tensorflow::RowPartitionType::FIRST_DIM_SIZE) { in GetRowPartitionTensor()