Home
last modified time | relevance | path

Searched refs:AttrTypeByName (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc57 s = AttrTypeByName(*m, "ThisAttribyteCannotPossiblyExist", &t, &is_list); in TEST()
60 s = AttrTypeByName(*m, "transpose_a", &t, &is_list); in TEST()
67 s = AttrTypeByName(*m, "squeeze_dims", &t, &is_list); in TEST()
Dattr_builder.h56 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name,
Dattr_builder.cc242 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name, in AttrTypeByName() function
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc704 tensorflow::AttrTypeByName(*attr_types_, attr_name, &ret, is_list); in TFE_OpGetAttrType()