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
testDeserializeKerasModelTopologyAndWeightsFromFileObjects
Test loading of model and its weights using file objects.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:183
Method
testDeserializeKerasModelTopologyOnlyFromBytesIO
Test loading of model (only topology) from a BytesIO object.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:111
Method
testDeserializeKerasModelTopologyOnlyFromJSONDict
Test loading of model (only topology) from a JSON Dict.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:133
Method
testFloatQuantizeAllEqual
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:75
Method
testFoldBatchNorms
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:43
Method
testFoldFusedBatchNormWithBias
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:169
Method
testFoldFusedBatchNorms
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:85
Method
testFoldFusedBatchNormsV3
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:145
Method
testFoldFusedBatchNormsWithSharedWeights
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:198
Method
testFuseConv2DWithAddV2
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:39
Method
testFuseDepthwiseConv2dNativeWithActivation
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:103
Method
testFuseDepthwiseConv2dNativeWithAddV2
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:66
Method
testFuseDepthwiseConv2dNativeWithBias
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:39
Method
testFuseDepthwiseConv2dNativeWithBiasAndActivation
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:70
Method
testFusePrelu
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:45
Method
testFusePreluWithConv2d
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:94
Method
testFusePreluWithDepthwiseConv2d
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:193
Method
testFusePreluWithMatMul
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:144
Method
testGenerateCommandForKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:230
Method
testGenerateCommandForKerasSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:206
Method
testGenerateCommandForLayerModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:243
Method
testGenerateCommandForSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:182
Method
testInference
(self)
tfjs-inference/python/inference_test.py:33
Method
testInferenceWithNonExistingOutputNameFile
(self)
tfjs-inference/python/inference_test.py:100
Method
testInferenceWithOutputNameFile
(self)
tfjs-inference/python/inference_test.py:68
Method
testInferenceWithStructuredOutputKeys
(self)
tfjs-inference/python/inference_test.py:118
Method
testInputPathMessage
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:95
Method
testInvalidDequantizationTypes
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:181
Method
testInvalidInputFormatRaisesError
(self)
tfjs-converter/python/test_pip_package.py:290
Method
testInvalidJSONRaisesError
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:397
Method
testInvalidQuantizationTypes
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:171
Method
testKerasH5ConversionSplitWeightsByLayerWorksFromCLI
(self)
tfjs-converter/python/test_pip_package.py:367
Method
testKerasH5ConversionWithSignatureNameErrors
(self)
tfjs-converter/python/test_pip_package.py:421
Method
testKerasH5ConversionWorksFromCLI
(self)
tfjs-converter/python/test_pip_package.py:313
Method
testListingFilesInOpList
(self)
tfjs-converter/python/tensorflowjs/resource_loader_test.py:28
Method
testLoadFunctionalKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:415
Method
testLoadFunctionalTfKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:444
Method
testLoadKerasModeFromNonexistentWeightsPathRaisesError
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:378
Method
testLoadKerasModel
(self)
tfjs-converter/python/test_pip_package.py:266
Method
testLoadKerasModelAndWeights
Test loading of model and its weights.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:67
Method
testLoadKerasModelFromDataBuffers
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:308
Method
testLoadKerasModelFromNonDefaultWeightsPathWorks
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:261
Method
testLoadKerasModelWithCurrentWorkingDirectoryRelativePath
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:216
Method
testLoadKerasModelWithUniqueNameScopeInTheSameGraphContext
Test enabling unique name scope during model loading.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:285
Method
testLoadKerasModelWithoutWeights
Test loading of model topology only, without loading weight values.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:237
Method
testLoadKerasRNNModelAndWeights
Test loading of model and its weights.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:89
Method
testLoadNestedKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:337
Method
testLoadNestedTfKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:357
Method
testLoadTensorflowjsArtifactsAsKerasModel
(self)
tfjs-converter/python/test_pip_package.py:624
Method
testMapLayerConflictingMap
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:210
Method
testMapLayerExactlyOneFallthrough
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:242
Method
testMapLayerFallthrough
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:197
Method
testMapLayerNoDtypeMap
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:234
Method
testMapLayerStringToList
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:219
Method
testMatmulWithAddV2
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:93
Method
testMissingInputPathRaisesError
(self)
tfjs-converter/python/test_pip_package.py:302
Method
testNonPreluPattern
Test a basic model with functions to make sure functions are inlined.
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:243
Method
testOfValues
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:87
Method
testOutpuDirAsAnExistingFileLeadsToValueError
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:250
Method
testOutputPathExist
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:160
Method
testReadAffineQuantizedWeights
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:329
Method
testReadBoolWeights
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:369
Method
testReadCyrillicStringUnicodeAndEncoded
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:87
Method
testReadEastAsianStringUnicodeAndEncoded
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:130
Method
testReadFloat16QuantizedWeights
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:349
Method
testReadOneGroup
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:43
Method
testReadOneGroupEmptyStrings
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:195
Method
testReadOneGroupFlattened
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:235
Method
testReadOneGroupString
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:66
Method
testReadOneGroupStringWithShards
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:174
Method
testReadOneGroupWithInt32DataFlattened
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:252
Method
testReadOneGroupWithShards
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:297
Method
testReadStringScalar
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:387
Method
testReadTwoGroupsFlattend
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:274
Method
testReadWeightsWithIncorrectTypeInWeightsManifestRaisesError
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:315
Method
testReadingFileInOpList
(self)
tfjs-converter/python/tensorflowjs/resource_loader_test.py:34
Method
testReadingNonExistentFileRaisesError
(self)
tfjs-converter/python/tensorflowjs/resource_loader_test.py:42
Method
testSaveKerasModel
(self)
tfjs-converter/python/test_pip_package.py:226
Method
testSaveModelSucceedsForNestedKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:387
Method
testSaveModelSucceedsForNonSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:337
Method
testSaveModelSucceedsForTfKerasNonSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:360
Method
testSaveModelSucceedsForTfKerasSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:416
Method
testSavedModelRaisesErrorIfArtifactsDirExistsAsAFile
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:487
Method
testSavedModelSucceedsForCustomShardSize
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:463
Method
testSavedModelSucceedsForExistingDirAndSequential
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:440
Method
testTensorflowjsToKerasConversionFailsOnDirInputPath
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:293
Method
testTensorflowjsToKerasConversionFailsOnExistingDirOutputPath
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:299
Method
testTensorflowjsToKerasConversionFailsOnInvalidJsonFile
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:317
Method
testTensorflowjsToKerasConversionSucceeds
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:268
Method
testTfjsLayer2TfjsLayersConversionWithExistingFilePathFails
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:683
Method
testTranslateBatchNormalizationV1ClassName
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:499
Method
testTranslateUnifiedGRUAndLSTMClassName
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:524
Method
testUnsupportClassInMap
(self)
tfjs-converter/python/tensorflowjs/converters/tf_module_mapper_test.py:31
Method
testUserDefinedMetadata
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:211
Method
testUserDefinedMetadata
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:404
Method
testUsingBothWeightsDataBuffersAndWeightsPathPrefixRaisesError
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:387
Method
testUsingIncorrectKerasSavedModelRaisesError
(self)
tfjs-converter/python/test_pip_package.py:789
Method
testValidateInputPathForKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:140
Method
testValidateInputPathForKerasSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:132
Method
testValidateInputPathForLayersModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:148
← previous
next →
5,701–5,800 of 6,022, ranked by callers