Home
last modified time | relevance | path

Searched refs:kTarguments (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/data/
Dfilter_dataset_op.h30 static constexpr const char* const kTarguments = "Targuments"; variable
Dflat_map_dataset_op.h30 static constexpr const char* const kTarguments = "Targuments"; variable
Dmap_dataset_op.h30 static constexpr const char* const kTarguments = "Targuments"; variable
Dinterleave_dataset_op.h32 static constexpr const char* const kTarguments = "Targuments"; variable
Dparallel_map_dataset_op.h32 static constexpr const char* const kTarguments = "Targuments"; variable
Dparallel_interleave_dataset_op.h38 static constexpr const char* const kTarguments = "Targuments"; variable
Dmap_defun_op.h39 static constexpr const char* const kTarguments = "Targuments"; variable
Dmap_dataset_op.cc35 /* static */ constexpr const char* const MapDatasetOp::kTarguments; member in tensorflow::data::MapDatasetOp
126 std::make_pair(kTarguments, other_arguments_types_attr), in AsGraphDefInternal()
Dfilter_dataset_op.cc40 /* static */ constexpr const char* const FilterDatasetOp::kTarguments; member in tensorflow::data::FilterDatasetOp
105 {{kPredicate, f}, {kTarguments, other_arguments_types_attr}}, output)); in AsGraphDefInternal()
Dflat_map_dataset_op.cc35 /* static */ constexpr const char* const FlatMapDatasetOp::kTarguments; member in tensorflow::data::FlatMapDatasetOp
107 std::make_pair(kTarguments, other_arguments_types_attr)}, // Attrs in AsGraphDefInternal()
Dinterleave_dataset_op.cc40 /* static */ constexpr const char* const InterleaveDatasetOp::kTarguments; member in tensorflow::data::InterleaveDatasetOp
122 {{kFunc, f}, {kTarguments, other_arguments_types_attr}}, output)); in AsGraphDefInternal()
Dflat_map_dataset_op_test.cc60 {FlatMapDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
Dfilter_dataset_op_test.cc64 {FilterDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
Dmap_defun_op_test.cc67 {MapDefunOp::kTarguments, type_arguments_}, in GetAttributes()
Dparallel_map_dataset_op_test.cc74 {ParallelMapDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
Dmap_defun_op.cc34 /* static */ constexpr const char* const MapDefunOp::kTarguments; member in tensorflow::data::MapDefunOp
Dparallel_map_dataset_op.cc48 /* static */ constexpr const char* const ParallelMapDatasetOp::kTarguments; member in tensorflow::data::ParallelMapDatasetOp
166 attrs.emplace_back(kTarguments, other_arguments_types_attr); in AsGraphDefInternal()
Dinterleave_dataset_op_test.cc73 {InterleaveDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
Dparallel_interleave_dataset_op_test.cc91 {ParallelInterleaveDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op.h37 static constexpr const char* const kTarguments = "Targuments"; variable
Dparallel_interleave_dataset_op.h43 static constexpr const char* const kTarguments = "Targuments"; variable
Dmap_and_batch_dataset_op_test.cc76 {MapAndBatchDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
Dmap_and_batch_dataset_op.cc55 /* static */ constexpr const char* const MapAndBatchDatasetOp::kTarguments; member in tensorflow::data::experimental::MapAndBatchDatasetOp
179 std::make_pair(kTarguments, other_arguments_types_attr), in AsGraphDefInternal()
Dparallel_interleave_dataset_op_test.cc88 {ParallelInterleaveDatasetOp::kTarguments, type_arguments_}, in GetAttributes()
Dparallel_interleave_dataset_op.cc60 ParallelInterleaveDatasetOp::kTarguments; member in tensorflow::data::experimental::ParallelInterleaveDatasetOp
217 attrs.emplace_back(kTarguments, other_arguments_types_attr); in AsGraphDefInternal()

12