Searched refs:AttrTypeByName (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder_test.cc | 57 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()
|
D | attr_builder.h | 56 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name,
|
D | attr_builder.cc | 242 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name, in AttrTypeByName() function
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 704 tensorflow::AttrTypeByName(*attr_types_, attr_name, &ret, is_list); in TFE_OpGetAttrType()
|