Aprenda o que há de mais recente em aprendizado de máquina, IA generativa e muito mais no WiML Symposium 2023
Registre-se
DeepCopy
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Constants
|
String
|
OP_NAME
|
The name of this op, as known by TensorFlow core engine
|
Inherited Methods
From class
java.lang.Object
|
boolean
|
equals
(Object arg0)
|
|
final
Class<?>
|
getClass
()
|
|
int
|
hashCode
()
|
|
final
void
|
notify
()
|
|
final
void
|
notifyAll
()
|
|
String
|
toString
()
|
|
final
void
|
wait
(long arg0, int arg1)
|
|
final
void
|
wait
(long arg0)
|
|
final
void
|
wait
()
|
From interface
org.tensorflow.Operand
|
abstract
Output
<T>
|
asOutput
()
Returns the symbolic handle of the tensor.
|
|
abstract
T
|
asTensor
()
Returns the tensor at this operand.
|
|
abstract
Shape
|
shape
()
Returns the (possibly partially known) shape of the tensor referred to by the
Output
of this operand.
|
|
abstract
Class<T>
|
type
()
Returns the tensor type of this operand
|
Constants
public
static
final
String
OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"DeepCopy"
Public Methods
public
Output
<T>
asOutput
()
Returns the symbolic handle of the tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is
used to obtain a symbolic handle that represents the computation of the input.
public
static
DeepCopy
<T>
create
(
Scope
scope,
Operand
<T> x)
Factory method to create a class wrapping a new DeepCopy operation.
Parameters
|
scope
|
current scope
|
|
x
|
The source tensor of type `T`.
|
Returns
-
a new instance of DeepCopy
public
Output
<T>
y
()
y: A `Tensor` of type `T`. A copy of `x`. Guaranteed that `y`
is not an alias of `x`.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2021-04-01 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2021-04-01 UTC."],[],[]]