Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dpadded_batch_dataset_op.h34 static constexpr const char* const kNumPaddedShapes = "N"; variable
Dpadded_batch_dataset_op.cc45 /* static */ constexpr const char* const PaddedBatchDatasetOp::kNumPaddedShapes; member in tensorflow::data::PaddedBatchDatasetOp
177 {kNumPaddedShapes, N}}, in AsGraphDefInternal()
Dpadded_batch_dataset_op_test.cc87 {PaddedBatchDatasetOp::kNumPaddedShapes, num_padded_shapes_}}; in GetAttributes()