Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h99 struct AttrValueWrapper { struct
102 AttrValueWrapper() {} in AttrValueWrapper() argument
105 AttrValueWrapper(T val) { // NOLINT(runtime/explicit) in AttrValueWrapper() argument
114 static AttrValueWrapper FunctionRef(
116 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs);
117 static AttrValueWrapper FunctionRef(const string& name) { in FunctionRef()
130 std::vector<std::pair<string, AttrValueWrapper>> attr;
202 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(const char* val) { in AttrValueWrapper() function
207 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper( in AttrValueWrapper() function
213 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.cc1730 void FunctionDefHelper::AttrValueWrapper::InitFromString(StringPiece val) { in InitFromString()
1738 FunctionDefHelper::AttrValueWrapper FunctionDefHelper::FunctionRef( in FunctionRef()
1740 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs) { in FunctionRef()
1741 AttrValueWrapper ret; in FunctionRef()
Dfunction_test.cc40 std::pair<string, FunctionDefHelper::AttrValueWrapper>> in Attrs()
/external/tensorflow/tensorflow/core/kernels/data/
Dparallel_map_dataset_op_test.cc28 FunctionDefHelper::AttrValueWrapper func, in ParallelMapDatasetParams()
90 FunctionDefHelper::AttrValueWrapper func_;
100 FunctionDefHelper::AttrValueWrapper MapFunc(const string& func_name, in MapFunc()
Dreduce_dataset_op_test.cc29 FunctionDefHelper::AttrValueWrapper func, in ReduceDatasetParams()
87 FunctionDefHelper::AttrValueWrapper func_;
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_;
Dparallel_interleave_dataset_op_test.cc29 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams()
97 FunctionDefHelper::AttrValueWrapper func_;
105 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
Dmap_defun_op_test.cc30 FunctionDefHelper::AttrValueWrapper func, in MapDefunOpParams()
85 FunctionDefHelper::AttrValueWrapper func_;
Ddataset_test_base.h64 std::pair<string, tensorflow::FunctionDefHelper::AttrValueWrapper>>
248 FunctionDefHelper::AttrValueWrapper func, in MapDatasetParams()
280 FunctionDefHelper::AttrValueWrapper func_;
Ddataset_utils_test.cc926 std::pair<string, FunctionDefHelper::AttrValueWrapper> func_attr = { in TEST_F()
927 "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.cc31 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams()
104 FunctionDefHelper::AttrValueWrapper func_;
111 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()