MCPcopy
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

23declare module '../../tensor' {
24 interface Tensor<R extends Rank = Rank> {
25 onesLike<T extends Tensor>(this: T): T;
26 }
27}
28

Callers 13

binaryAccuracyFunction · 0.80
onesLikeFunction · 0.80
variables_test.tsFile · 0.80
computeMaskMethod · 0.80
callMethod · 0.80
rnnFunction · 0.80
callMethod · 0.80
callMethod · 0.80
callMethod · 0.80
ones_like_test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected