Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go33136 type VarHandleOpAttr func(optionalAttr) type
33142 func VarHandleOpContainer(value string) VarHandleOpAttr {
33152 func VarHandleOpSharedName(value string) VarHandleOpAttr {
33163 func VarHandleOpAllowedDevices(value []string) VarHandleOpAttr {
33175 func VarHandleOp(scope *Scope, dtype tf.DataType, shape tf.Shape, optional ...VarHandleOpAttr) (res… argument