MCPcopy
hub / github.com/tensorflow/tfjs / log

Method log

tfjs-core/src/public/chained_ops/log.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 log<T extends Tensor>(this: T): T;
26 }
27}
28

Callers 15

tag-version.jsFile · 0.65
run_tests.tsFile · 0.65
runFunction · 0.65
startMethod · 0.65
stopMethod · 0.65
loadDataMethod · 0.65
onTrainEndMethod · 0.65
logcoshFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected