Searched refs:AttrTypeByName (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder_test.cc | 56 s = AttrTypeByName(*m, "ThisAttribyteCannotPossiblyExist", &t, &is_list); in TEST() 59 s = AttrTypeByName(*m, "transpose_a", &t, &is_list); in TEST() 66 s = AttrTypeByName(*m, "squeeze_dims", &t, &is_list); in TEST()
|
D | attr_builder.h | 54 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name,
|
D | attr_builder.cc | 194 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name, in AttrTypeByName() function
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 634 status->status = tensorflow::AttrTypeByName(*op->operation.AttrTypes(), in TFE_OpGetAttrType()
|