Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dtf_export.py59 _Attributes = collections.namedtuple( variable
64 TENSORFLOW_API_NAME: _Attributes(
67 ESTIMATOR_API_NAME: _Attributes(
70 KERAS_API_NAME: _Attributes(
76 TENSORFLOW_API_NAME: _Attributes(
79 ESTIMATOR_API_NAME: _Attributes(
82 KERAS_API_NAME: _Attributes(
/external/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td224 class Builtin<string _Name, list<Type> _Signature, list<bit> _Attributes = Attr.None> {
232 bit IsPure = _Attributes[0];
234 bit IsConst = _Attributes[1];
236 bit IsConv = _Attributes[2];