Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ onesLike
Method
onesLike
tfjs-core/src/public/chained_ops/ones_like.ts:25–25 ·
view source on GitHub ↗
(this: T)
Source
from the content-addressed store, hash-verified
23
declare module
'../../tensor'
{
24
interface
Tensor<R extends Rank = Rank> {
25
onesLike<T extends Tensor>(this: T): T;
26
}
27
}
28
Callers
13
binaryAccuracy
Function · 0.80
onesLike
Function · 0.80
variables_test.ts
File · 0.80
computeMask
Method · 0.80
call
Method · 0.80
rnn
Function · 0.80
call
Method · 0.80
call
Method · 0.80
call
Method · 0.80
ones_like_test.ts
File · 0.80
local_response_normalization_test.ts
File · 0.80
grad_layers_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected