Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_string.py88 class AnyAttr: class
91 x = AnyAttr()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go5344 type AnyAttr func(optionalAttr) type
5350 func AnyKeepDims(value bool) AnyAttr {
5369 func Any(scope *Scope, input tf.Output, axis tf.Output, optional ...AnyAttr) (output tf.Output) { argument