Home
last modified time | relevance | path

Searched refs:AttrValueWrapper (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.h101 struct AttrValueWrapper { struct
104 AttrValueWrapper() {} in AttrValueWrapper() argument
107 AttrValueWrapper(T val) { // NOLINT(runtime/explicit) in AttrValueWrapper() argument
116 static AttrValueWrapper FunctionRef(
118 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs);
119 static AttrValueWrapper FunctionRef(const std::string& name) { in FunctionRef()
132 std::vector<std::pair<string, AttrValueWrapper>> attr;
204 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(const char* val) { in AttrValueWrapper() function
209 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper( in AttrValueWrapper() function
215 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(StringPiece val) { in AttrValueWrapper() function
Dfunction_testlib.h37 std::pair<string, FunctionDefHelper::AttrValueWrapper>>& attrs) { in Attrs()
44 const std::vector<std::pair<string, FunctionDefHelper::AttrValueWrapper>>& in Attrs()
60 gtl::ArraySlice<std::pair<string, FunctionDefHelper::AttrValueWrapper>>
Dfunction_testlib.cc49 gtl::ArraySlice<std::pair<string, FDH::AttrValueWrapper>> attrs, in NDef()
Dfunction.cc1772 void FunctionDefHelper::AttrValueWrapper::InitFromString(StringPiece val) { in InitFromString()
1780 FunctionDefHelper::AttrValueWrapper FunctionDefHelper::FunctionRef( in FunctionRef()
1782 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs) { in FunctionRef()
1783 AttrValueWrapper ret; in FunctionRef()
Dfunction_test.cc40 std::pair<string, FunctionDefHelper::AttrValueWrapper>> in Attrs()
/external/tensorflow/tensorflow/core/kernels/data/
Dreduce_dataset_op_test.cc29 FunctionDefHelper::AttrValueWrapper func, in ReduceDatasetParams()
87 FunctionDefHelper::AttrValueWrapper func_;
Dparallel_map_dataset_op_test.cc29 int num_parallel_calls, FunctionDefHelper::AttrValueWrapper func, in ParallelMapDatasetParams()
93 FunctionDefHelper::AttrValueWrapper func_;
103 FunctionDefHelper::AttrValueWrapper MapFunc(const string& func_name, in MapFunc()
Dflat_map_dataset_op_test.cc27 FunctionDefHelper::AttrValueWrapper func, in FlatMapDatasetParams()
74 FunctionDefHelper::AttrValueWrapper func_;
Dinterleave_dataset_op_test.cc28 FunctionDefHelper::AttrValueWrapper func, in InterleaveDatasetParams()
89 FunctionDefHelper::AttrValueWrapper func_;
96 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
Dfilter_dataset_op_test.cc27 FunctionDefHelper::AttrValueWrapper pred_func, in FilterDatasetParams()
76 FunctionDefHelper::AttrValueWrapper pred_func_;
Dmap_defun_op_test.cc30 FunctionDefHelper::AttrValueWrapper func, in MapDefunOpParams()
85 FunctionDefHelper::AttrValueWrapper func_;
Dparallel_interleave_dataset_op_test.cc30 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams()
110 FunctionDefHelper::AttrValueWrapper func_;
118 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
Ddataset_test_base.h61 std::pair<string, tensorflow::FunctionDefHelper::AttrValueWrapper>>
245 FunctionDefHelper::AttrValueWrapper func, in MapDatasetParams()
277 FunctionDefHelper::AttrValueWrapper func_;
Dhash_utils_test.cc1004 std::pair<string, FunctionDefHelper::AttrValueWrapper> func_attr = { in TEST_F()
1005 "body", FunctionDefHelper::AttrValueWrapper(*nal1)}; in TEST_F()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dmap_and_batch_dataset_op_test.cc29 FunctionDefHelper::AttrValueWrapper func, in MapAndBatchDatasetParams()
94 FunctionDefHelper::AttrValueWrapper func_;
102 FunctionDefHelper::AttrValueWrapper MapFunc(const string& func_name, in MapFunc()
Dparallel_interleave_dataset_op_test.cc32 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams()
107 FunctionDefHelper::AttrValueWrapper func_;
114 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization_test.cc497 std::vector<std::pair<string, FunctionDefHelper::AttrValueWrapper>> attrs; in AddArbitraryInputNode()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc71 absl::Span<const std::pair<string, FDH::AttrValueWrapper>> attrs, in CheckNode()