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

Method makeTensor

tfjs-core/src/tensor.ts:177–177  ·  view source on GitHub ↗
(
      values: DataValues, shape: number[], dtype: DataType,
      backend?: Backend)

Source from the content-addressed store, hash-verified

175
176export interface TensorTracker {
177 makeTensor(
178 values: DataValues, shape: number[], dtype: DataType,
179 backend?: Backend): Tensor;
180 makeVariable(

Callers 9

onesFunction · 0.65
convertToTensorFunction · 0.65
toTensorMethod · 0.65
makeTensorFunction · 0.65
rand_Function · 0.65
zerosFunction · 0.65
onesFunction · 0.65

Implementers 1

Enginetfjs-core/src/engine.ts

Calls

no outgoing calls

Tested by

no test coverage detected