Searched refs:AttrValueWrapper (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 88 struct AttrValueWrapper { struct 91 AttrValueWrapper() {} in AttrValueWrapper() function 94 AttrValueWrapper(T val) { // NOLINT(runtime/explicit) in AttrValueWrapper() function 103 static AttrValueWrapper FunctionRef( 105 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs); 106 static AttrValueWrapper FunctionRef(const string& name) { in FunctionRef() 119 std::vector<std::pair<string, AttrValueWrapper>> attr; 191 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(const char* val) { in AttrValueWrapper() function 196 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper( in AttrValueWrapper() function 202 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(StringPiece val) { in AttrValueWrapper() function
|
D | function_testlib.h | 37 std::pair<string, FunctionDefHelper::AttrValueWrapper>>& attrs) { in Attrs() 52 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 | 1497 void FunctionDefHelper::AttrValueWrapper::InitFromString(StringPiece val) { in InitFromString() 1505 FunctionDefHelper::AttrValueWrapper FunctionDefHelper::FunctionRef( in FunctionRef() 1507 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs) { in FunctionRef() 1508 AttrValueWrapper ret; in FunctionRef()
|
D | function_test.cc | 37 std::pair<string, FunctionDefHelper::AttrValueWrapper>> in Attrs()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_vectorization_test.cc | 409 std::vector<std::pair<string, FunctionDefHelper::AttrValueWrapper>> attrs; in AddArbitraryInputNode()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_dataset_op_test.cc | 49 FunctionDefHelper::AttrValueWrapper func = in CreateMapDatasetOpKernel()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view_test.cc | 71 absl::Span<const std::pair<string, FDH::AttrValueWrapper>> attrs, in CheckNode()
|