Home
last modified time | relevance | path

Searched refs:GetTypeAttr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h145 Status GetTypeAttr(const string& type_attr_name, DataType* data_type) const;
Dfunctions.cc279 Status GrapplerFunctionItemInstantiation::GetTypeAttr( in GetTypeAttr() function in tensorflow::grappler::GrapplerFunctionItemInstantiation
305 TF_RETURN_IF_ERROR(GetTypeAttr(arg.type_attr(), data_type)); in GetArgType()