MCPcopy Create free account

hub / github.com/tensorflow/tfjs / functions

Functions6,022 in github.com/tensorflow/tfjs

Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:494
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:514
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:540
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:571
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:607
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:634
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:675
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:745
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:787
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:885
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:942
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:1025
Methodsummary
()
tfjs-data/src/iterators/lazy_iterator.ts:1108
Methodsummary
()
tfjs-data/src/iterators/byte_chunk_iterator.ts:104
Methodsummary
()
tfjs-data/src/iterators/string_iterator.ts:82
Methodsummary
()
tfjs-data/src/iterators/file_chunk_iterator.ts:58
Methodsummary
* Print a text summary of the model's layers. * * The summary includes * - Name and type of all layers that comprise the model. * - Output
tfjs-layers/src/engine/training.ts:559
Methodsummary
( lineLength?: number, positions?: number[], printFn: // tslint:disable-next-line:no-any (
tfjs-layers/src/layers/nlp/models/task.ts:119
Functionsync_reactnative
(event, context, callback)
scripts/cloud_funcs/sync_reactnative/index.js:32
Functiontake
* Creates a `Dataset` with at most `count` initial elements from this * dataset. * * ```js * const a = tf.data.array([1, 2, 3, 4, 5, 6]).t
tfjs-data/src/dataset.ts:473
Functiontake
* Limits this stream to return at most `count` items. * * @param count The maximum number of items to provide from the stream. If * a negativ
tfjs-data/src/iterators/lazy_iterator.ts:423
Functiontan_
* Computes tan of the input `tf.Tensor` element-wise, `tan(x)` * * ```js * const x = tf.tensor1d([0, Math.PI / 2, Math.PI * 3 / 4]); * * x.tan().
tfjs-core/src/ops/tan.ts:39
Functiontanh_
* Computes hyperbolic tangent of the input `tf.Tensor` element-wise: `tanh(x)` * * ```js * const x = tf.tensor1d([0, 1, -1, 70]); * * x.tanh().pr
tfjs-core/src/ops/tanh.ts:39
MethodtearDown
(self)
tfjs-converter/python/test_nightly_pip_package.py:45
MethodtearDown
(self)
tfjs-converter/python/test_pip_package.py:675
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/write_weights_test.py:33
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:38
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:44
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:34
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/tf_module_mapper_test.py:28
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:44
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:334
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:427
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:42
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:38
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:40
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:34
MethodtearDown
(self)
tfjs-converter/python/tensorflowjs/converters/tf_saved_model_conversion_v2_test.py:52
MethodtearDownClass
(cls)
tfjs-converter/python/test_pip_package.py:204
FunctiontensorBoard
( logdir = './logs', args?: TensorBoardCallbackArgs)
tfjs-node/src/callbacks.ts:363
FunctiontensorScatterUpdate
(args: { inputs: TensorScatterUpdateInputs, backend: WebGPUBackend, attrs: TensorScatterUpdateAttrs })
tfjs-backend-webgpu/src/kernels/TensorScatterUpdate.ts:26
FunctiontensorScatterUpdate
(args: { inputs: TensorScatterUpdateInputs, backend: MathBackendWebGL, attrs: TensorScatterUpdateAttrs }
tfjs-backend-webgl/src/kernels/TensorScatterUpdate.ts:25
FunctiontensorScatterUpdate
(args: { backend: BackendWasm, inputs: TensorScatterUpdateInputs, attrs: TensorScatterUpdateAttrs })
tfjs-backend-wasm/src/kernels/TensorScatterUpdate.ts:45
FunctiontensorScatterUpdate_
* Creates a new tensor by applying sparse updates to individual * values or slices to the passed in tensor according to * indices. This operator is
tfjs-core/src/ops/tensor_scatter_update.ts:60
MethodtestAffineQuantizeAllEqual
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:65
MethodtestAffineQuantizeNegativeAndPositiveFloats
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:100
MethodtestAffineQuantizeNegativeAndPositiveInts
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:147
MethodtestAffineQuantizeNegativeAndZeroFloats
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:92
MethodtestAffineQuantizeNegativeAndZeroInts
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:139
MethodtestAffineQuantizeNegativeFloats
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:84
MethodtestAffineQuantizeNegativeInts
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:131
MethodtestAffineQuantizeNormalizedFloats
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:124
MethodtestAffineQuantizePositiveFloats
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:116
MethodtestAffineQuantizePositiveInts
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:163
MethodtestAffineQuantizeZeroAndPositiveFloats
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:108
MethodtestAffineQuantizeZeroAndPositiveInts
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:155
MethodtestAvailableSignatureNames
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:172
MethodtestAvailableTags
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:165
MethodtestConvertKerasModelToTfGraphModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:339
MethodtestConvertKerasModelToTfGraphModelSharded
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:370
MethodtestConvertMergedModelFromSimpleModelNoSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:163
MethodtestConvertMergedModelFromSimpleModelSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:214
MethodtestConvertMobileNetV2Hdf5ToTfjsGraphModel
(self)
tfjs-converter/python/test_nightly_pip_package.py:95
MethodtestConvertMobileNetV2ModelToTfjsGraphModel
create the keras mobilenet v2 model.
tfjs-converter/python/test_nightly_pip_package.py:71
MethodtestConvertModelForNonexistentDirCreatesDir
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:231
MethodtestConvertModelWithNestedLayerNames
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:122
MethodtestConvertSavedKerasModelNoSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:81
MethodtestConvertSavedKerasModelSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:116
MethodtestConvertSavedKerasModeltoTfLayersModelSharded
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:153
MethodtestConvertTFFrozenModelWithCommandLineWorks
(self)
tfjs-converter/python/test_pip_package.py:558
MethodtestConvertTFHubModuleWithCommandLineWorks
(self)
tfjs-converter/python/test_pip_package.py:460
MethodtestConvertTFSavedModelIntoShardedWeights
(self)
tfjs-converter/python/test_pip_package.py:523
MethodtestConvertTFSavedModelV1WithCommandLineWorks
(self)
tfjs-converter/python/test_pip_package.py:437
MethodtestConvertTFSavedModelWithCommandLineWorks
(self)
tfjs-converter/python/test_pip_package.py:485
MethodtestConvertTensorflowjsArtifactsToKerasH5
(self)
tfjs-converter/python/test_pip_package.py:592
MethodtestConvertTfHubMobileNetV2ToTfjsGraphModel
(self)
tfjs-converter/python/test_nightly_pip_package.py:50
MethodtestConvertTfKerasFunctionalModelWithWeightsSavedAsSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:566
MethodtestConvertTfKerasFunctionalSavedModelIntoTfjsFormat
(self)
tfjs-converter/python/test_pip_package.py:747
MethodtestConvertTfKerasNestedSequentialSavedAsSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:536
MethodtestConvertTfKerasNestedSequentialSavedModelIntoTfjsFormat
(self)
tfjs-converter/python/test_pip_package.py:707
MethodtestConvertTfKerasSequentialCompiledAndSavedAsSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:490
MethodtestConvertTfKerasSequentialSavedAsSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:460
MethodtestConvertTfKerasSequentialSavedAsSavedModelWithQuantization
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:596
MethodtestConvertTfjsLayersModelIntoShardedWeights
(self)
tfjs-converter/python/test_pip_package.py:811
MethodtestConvertTfjsLayersModelToKerasSavedModel
(self)
tfjs-converter/python/test_pip_package.py:994
MethodtestConvertTfjsLayersModelToKerasSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:777
MethodtestConvertTfjsLayersModelToShardedWeights
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:616
MethodtestConvertTfjsLayersModelToTfjsGraphModel
(self)
tfjs-converter/python/test_pip_package.py:956
MethodtestConvertTfjsLayersModelWithLegacyQuantization
(self)
tfjs-converter/python/test_pip_package.py:875
MethodtestConvertTfjsLayersModelWithQuantization
(self)
tfjs-converter/python/test_pip_package.py:916
MethodtestConvertTfjsLayersModelWithShardSizeGreaterThanTotalWeightSize
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:651
MethodtestConvertTfjsLayersModelWithUint16Quantization
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:707
MethodtestConvertTfjsLayersModelWithUint8Quantization
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:742
MethodtestConvertWeightsFromSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:182
MethodtestConvertWeightsFromSequentialModelNoSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:266
MethodtestConvertWeightsFromSequentialModelSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:300
MethodtestConvertWeightsFromSimpleModelNoSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:49
MethodtestConvertWeightsFromSimpleModelSplitByLayer
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:84
MethodtestDenseClassInMap
(self)
tfjs-converter/python/tensorflowjs/converters/tf_module_mapper_test.py:37
MethodtestDeserializeKerasModelTopologyAndWeightsFromBuffers
Test loading of model and its weights from buffers.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:150
← previousnext →5,601–5,700 of 6,022, ranked by callers