HomeSort by relevance Sort by last modified time
    Searched refs:AttrValueWrapper (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/framework/
function_testlib.h 37 std::pair<string, FunctionDefHelper::AttrValueWrapper>>& attrs) {
52 gtl::ArraySlice<std::pair<string, FunctionDefHelper::AttrValueWrapper>>
function.h 73 // AttrValueWrapper has copy constructors for the type T so that
80 // std::<string, AttrValueWrapper> x = {"T", "$T"}
82 struct AttrValueWrapper {
85 AttrValueWrapper() {}
88 AttrValueWrapper(T val) { // NOLINT(runtime/explicit)
97 static AttrValueWrapper FunctionRef(
99 gtl::ArraySlice<std::pair<string, AttrValueWrapper>> attrs);
100 static AttrValueWrapper FunctionRef(const string& name) {
113 std::vector<std::pair<string, AttrValueWrapper>> attr;
171 inline FunctionDefHelper::AttrValueWrapper::AttrValueWrapper(const char* val)
    [all...]
function_testlib.cc 50 gtl::ArraySlice<std::pair<string, FDH::AttrValueWrapper>> attrs,
function.cc     [all...]
function_test.cc 37 std::pair<string, FunctionDefHelper::AttrValueWrapper>>
    [all...]

Completed in 53 milliseconds