Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfunction.h88 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
Dfunction_testlib.h37 std::pair<string, FunctionDefHelper::AttrValueWrapper>>& attrs) { in Attrs()
52 gtl::ArraySlice<std::pair<string, FunctionDefHelper::AttrValueWrapper>>
Dfunction_testlib.cc49 gtl::ArraySlice<std::pair<string, FDH::AttrValueWrapper>> attrs, in NDef()
Dfunction.cc1497 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()
Dfunction_test.cc37 std::pair<string, FunctionDefHelper::AttrValueWrapper>> in Attrs()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization_test.cc409 std::vector<std::pair<string, FunctionDefHelper::AttrValueWrapper>> attrs; in AddArbitraryInputNode()
/external/tensorflow/tensorflow/core/kernels/data/
Dmap_dataset_op_test.cc49 FunctionDefHelper::AttrValueWrapper func = in CreateMapDatasetOpKernel()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc71 absl::Span<const std::pair<string, FDH::AttrValueWrapper>> attrs, in CheckNode()