/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 99 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
|
D | function_testlib.h | 37 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>>
|
D | function_testlib.cc | 49 gtl::ArraySlice<std::pair<string, FDH::AttrValueWrapper>> attrs, in NDef()
|
D | function.cc | 1730 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()
|
D | function_test.cc | 40 std::pair<string, FunctionDefHelper::AttrValueWrapper>> in Attrs()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | parallel_map_dataset_op_test.cc | 28 FunctionDefHelper::AttrValueWrapper func, in ParallelMapDatasetParams() 90 FunctionDefHelper::AttrValueWrapper func_; 100 FunctionDefHelper::AttrValueWrapper MapFunc(const string& func_name, in MapFunc()
|
D | reduce_dataset_op_test.cc | 29 FunctionDefHelper::AttrValueWrapper func, in ReduceDatasetParams() 87 FunctionDefHelper::AttrValueWrapper func_;
|
D | flat_map_dataset_op_test.cc | 27 FunctionDefHelper::AttrValueWrapper func, in FlatMapDatasetParams() 74 FunctionDefHelper::AttrValueWrapper func_;
|
D | interleave_dataset_op_test.cc | 28 FunctionDefHelper::AttrValueWrapper func, in InterleaveDatasetParams() 89 FunctionDefHelper::AttrValueWrapper func_; 96 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
|
D | filter_dataset_op_test.cc | 27 FunctionDefHelper::AttrValueWrapper pred_func, in FilterDatasetParams() 76 FunctionDefHelper::AttrValueWrapper pred_func_;
|
D | parallel_interleave_dataset_op_test.cc | 29 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams() 97 FunctionDefHelper::AttrValueWrapper func_; 105 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
|
D | map_defun_op_test.cc | 30 FunctionDefHelper::AttrValueWrapper func, in MapDefunOpParams() 85 FunctionDefHelper::AttrValueWrapper func_;
|
D | dataset_test_base.h | 64 std::pair<string, tensorflow::FunctionDefHelper::AttrValueWrapper>> 248 FunctionDefHelper::AttrValueWrapper func, in MapDatasetParams() 280 FunctionDefHelper::AttrValueWrapper func_;
|
D | dataset_utils_test.cc | 926 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/ |
D | map_and_batch_dataset_op_test.cc | 29 FunctionDefHelper::AttrValueWrapper func, in MapAndBatchDatasetParams() 94 FunctionDefHelper::AttrValueWrapper func_; 102 FunctionDefHelper::AttrValueWrapper MapFunc(const string& func_name, in MapFunc()
|
D | parallel_interleave_dataset_op_test.cc | 31 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams() 104 FunctionDefHelper::AttrValueWrapper func_; 111 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_vectorization_test.cc | 497 std::vector<std::pair<string, FunctionDefHelper::AttrValueWrapper>> attrs; in AddArbitraryInputNode()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 71 absl::Span<const std::pair<string, FDH::AttrValueWrapper>> attrs, in CheckNode()
|