Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go33322 type VarHandleOpAttr func(optionalAttr) type
33328 func VarHandleOpContainer(value string) VarHandleOpAttr {
33338 func VarHandleOpSharedName(value string) VarHandleOpAttr {
33350 func VarHandleOp(scope *Scope, dtype tf.DataType, shape tf.Shape, optional ...VarHandleOpAttr) (res… argument