/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 101 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
|
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 | 1772 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()
|
D | function_test.cc | 40 std::pair<string, FunctionDefHelper::AttrValueWrapper>> in Attrs()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | reduce_dataset_op_test.cc | 29 FunctionDefHelper::AttrValueWrapper func, in ReduceDatasetParams() 87 FunctionDefHelper::AttrValueWrapper func_;
|
D | parallel_map_dataset_op_test.cc | 29 int num_parallel_calls, FunctionDefHelper::AttrValueWrapper func, in ParallelMapDatasetParams() 93 FunctionDefHelper::AttrValueWrapper func_; 103 FunctionDefHelper::AttrValueWrapper MapFunc(const string& func_name, in MapFunc()
|
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 | map_defun_op_test.cc | 30 FunctionDefHelper::AttrValueWrapper func, in MapDefunOpParams() 85 FunctionDefHelper::AttrValueWrapper func_;
|
D | parallel_interleave_dataset_op_test.cc | 30 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams() 110 FunctionDefHelper::AttrValueWrapper func_; 118 FunctionDefHelper::AttrValueWrapper MakeTensorSliceDatasetFunc( in MakeTensorSliceDatasetFunc()
|
D | dataset_test_base.h | 61 std::pair<string, tensorflow::FunctionDefHelper::AttrValueWrapper>> 245 FunctionDefHelper::AttrValueWrapper func, in MapDatasetParams() 277 FunctionDefHelper::AttrValueWrapper func_;
|
D | hash_utils_test.cc | 1004 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/ |
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 | 32 FunctionDefHelper::AttrValueWrapper func, in ParallelInterleaveDatasetParams() 107 FunctionDefHelper::AttrValueWrapper func_; 114 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()
|