Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ functions
Functions
6,022 in github.com/tensorflow/tfjs
⨍
Functions
6,022
◇
Types & classes
1,932
↳
Endpoints
2
Method
where
(condition: Tensor)
tfjs-backend-cpu/src/backend_cpu.ts:216
Method
where
(condition: Tensor)
tfjs-node/src/nodejs_kernel_backend.ts:322
Method
where
(condition: Tensor)
tfjs-backend-webgl/src/backend_webgl.ts:749
Function
whereAsync_
* Returns the coordinates of true elements of condition. * * The coordinates are returned in a 2-D tensor where the first dimension (rows) * repres
tfjs-core/src/ops/where_async.ts:42
Function
where_
* Returns the elements, either `a` or `b` depending on the `condition`. * * If the condition is true, select from `a`, otherwise select from `b`. *
tfjs-core/src/ops/where.ts:52
Function
willBeExecuted
(node: Node|string)
tfjs-converter/src/executor/model_analysis.ts:237
Function
withSaveHandler
( saveHandler: (artifacts: ModelArtifacts) => Promise<SaveResult>)
tfjs-core/src/io/passthrough.ts:157
Function
withSaveHandlerSync
( saveHandler: (artifacts: ModelArtifacts) => SaveResult)
tfjs-core/src/io/passthrough.ts:178
Method
write
* Update the value of the Variable. * * @param newVal: The new value to update to. Must be consistent with the * dtype and shape of the Var
tfjs-layers/src/variables.ts:95
Method
write
(values: BackendValues, shape: number[], dtype: DataType)
tfjs-core/src/backends/backend.ts:128
Method
write
(values: backend_util.BackendValues, shape: number[], dtype: DataType)
tfjs-node/src/nodejs_kernel_backend.ts:276
Function
write_weights
Writes weights to a binary format on disk for ingestion by JavaScript. Weights are organized into groups. When writing to disk, the bytes from al
tfjs-converter/python/tensorflowjs/write_weights.py:35
Function
xTensorsFunc
()
tfjs-layers/src/engine/training_weighted_test.ts:591
Function
xTensorsFunc
()
tfjs-layers/src/engine/training_dataset_test.ts:67
Function
yTensorsFunc
()
tfjs-layers/src/engine/training_weighted_test.ts:594
Function
yTensorsFunc
()
tfjs-layers/src/engine/training_dataset_test.ts:71
Function
z
(...x: tf.Tensor[])
tfjs-core/src/kernel_registry_test.ts:318
Function
zeroPadding2d
(args?: ZeroPadding2DLayerArgs)
tfjs-layers/src/exports_layers.ts:928
Function
zeros
()
tfjs-layers/src/exports_initializers.ts:18
Function
zerosLike
(args: {inputs: ZerosLikeInputs, backend: BackendWasm})
tfjs-backend-wasm/src/kernels/ZerosLike.ts:22
Function
zerosLike_
* Creates a `tf.Tensor` with all elements set to 0 with the same shape as the * given tensor. * * ```js * const x = tf.tensor([1, 2]); * tf.zeros
tfjs-core/src/ops/zeros_like.ts:40
Function
zipToList
(x: any[])
tfjs-data/src/util/deep_map.ts:177
← previous
6,001–6,022 of 6,022, ranked by callers