Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ clone
Method
clone
tfjs-core/src/tensor.ts:200–200 ·
view source on GitHub ↗
(x: T)
Source
from the content-addressed store, hash-verified
198
values?: DataTypeMap[D]): TensorBuffer<R, D>;
199
print<T extends Tensor>(x: T, verbose: boolean): void;
200
clone<T extends Tensor>(x: T): T;
201
// TODO(yassogba) bring reshape back?
202
}
203
Callers
15
cloneIfTensor
Function · 0.65
apply
Function · 0.65
mergeFunction
Method · 0.65
mergeFunction
Method · 0.65
mergeFunction
Method · 0.65
resetStates
Method · 0.65
resetStates
Method · 0.65
generateDropoutMask
Function · 0.65
Complex_test.ts
File · 0.65
getLogFiles
Function · 0.65
clone
Method · 0.65
Cast_grad.ts
File · 0.65
Implementers
1
Tensor
tfjs-core/src/tensor.ts
Calls
no outgoing calls
Tested by
no test coverage detected