MCPcopy Create free account
hub / github.com/tensorflow/tfjs / valueArray

Method valueArray

tfjs-node/src/int64_tensors.ts:81–83  ·  view source on GitHub ↗

Get the Int32Array that represents the int64 value.

()

Source from the content-addressed store, hash-verified

79
80 /** Get the Int32Array that represents the int64 value. */
81 get valueArray(): Int32Array {
82 return this.valueArray_;
83 }
84}
85
86/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected