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.cc56 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()
Dattr_builder.h54 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name,
Dattr_builder.cc194 Status AttrTypeByName(const AttrTypeMap& m, const string& attr_name, in AttrTypeByName() function
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc634 status->status = tensorflow::AttrTypeByName(*op->operation.AttrTypes(), in TFE_OpGetAttrType()