MCPcopy Create free account

hub / github.com/tensorflow/tfjs / functions

Functions6,022 in github.com/tensorflow/tfjs

MethodtestDeserializeKerasModelTopologyAndWeightsFromFileObjects
Test loading of model and its weights using file objects.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:183
MethodtestDeserializeKerasModelTopologyOnlyFromBytesIO
Test loading of model (only topology) from a BytesIO object.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:111
MethodtestDeserializeKerasModelTopologyOnlyFromJSONDict
Test loading of model (only topology) from a JSON Dict.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:133
MethodtestFloatQuantizeAllEqual
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:75
MethodtestFoldBatchNorms
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:43
MethodtestFoldFusedBatchNormWithBias
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:169
MethodtestFoldFusedBatchNorms
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:85
MethodtestFoldFusedBatchNormsV3
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:145
MethodtestFoldFusedBatchNormsWithSharedWeights
(self)
tfjs-converter/python/tensorflowjs/converters/fold_batch_norms_test.py:198
MethodtestFuseConv2DWithAddV2
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:39
MethodtestFuseDepthwiseConv2dNativeWithActivation
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:103
MethodtestFuseDepthwiseConv2dNativeWithAddV2
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:66
MethodtestFuseDepthwiseConv2dNativeWithBias
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:39
MethodtestFuseDepthwiseConv2dNativeWithBiasAndActivation
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_depthwise_conv2d_test.py:70
MethodtestFusePrelu
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:45
MethodtestFusePreluWithConv2d
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:94
MethodtestFusePreluWithDepthwiseConv2d
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:193
MethodtestFusePreluWithMatMul
(self)
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:144
MethodtestGenerateCommandForKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:230
MethodtestGenerateCommandForKerasSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:206
MethodtestGenerateCommandForLayerModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:243
MethodtestGenerateCommandForSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:182
MethodtestInference
(self)
tfjs-inference/python/inference_test.py:33
MethodtestInferenceWithNonExistingOutputNameFile
(self)
tfjs-inference/python/inference_test.py:100
MethodtestInferenceWithOutputNameFile
(self)
tfjs-inference/python/inference_test.py:68
MethodtestInferenceWithStructuredOutputKeys
(self)
tfjs-inference/python/inference_test.py:118
MethodtestInputPathMessage
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:95
MethodtestInvalidDequantizationTypes
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:181
MethodtestInvalidInputFormatRaisesError
(self)
tfjs-converter/python/test_pip_package.py:290
MethodtestInvalidJSONRaisesError
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:397
MethodtestInvalidQuantizationTypes
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:171
MethodtestKerasH5ConversionSplitWeightsByLayerWorksFromCLI
(self)
tfjs-converter/python/test_pip_package.py:367
MethodtestKerasH5ConversionWithSignatureNameErrors
(self)
tfjs-converter/python/test_pip_package.py:421
MethodtestKerasH5ConversionWorksFromCLI
(self)
tfjs-converter/python/test_pip_package.py:313
MethodtestListingFilesInOpList
(self)
tfjs-converter/python/tensorflowjs/resource_loader_test.py:28
MethodtestLoadFunctionalKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:415
MethodtestLoadFunctionalTfKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:444
MethodtestLoadKerasModeFromNonexistentWeightsPathRaisesError
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:378
MethodtestLoadKerasModel
(self)
tfjs-converter/python/test_pip_package.py:266
MethodtestLoadKerasModelAndWeights
Test loading of model and its weights.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:67
MethodtestLoadKerasModelFromDataBuffers
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:308
MethodtestLoadKerasModelFromNonDefaultWeightsPathWorks
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:261
MethodtestLoadKerasModelWithCurrentWorkingDirectoryRelativePath
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:216
MethodtestLoadKerasModelWithUniqueNameScopeInTheSameGraphContext
Test enabling unique name scope during model loading.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:285
MethodtestLoadKerasModelWithoutWeights
Test loading of model topology only, without loading weight values.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:237
MethodtestLoadKerasRNNModelAndWeights
Test loading of model and its weights.
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:89
MethodtestLoadNestedKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:337
MethodtestLoadNestedTfKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:357
MethodtestLoadTensorflowjsArtifactsAsKerasModel
(self)
tfjs-converter/python/test_pip_package.py:624
MethodtestMapLayerConflictingMap
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:210
MethodtestMapLayerExactlyOneFallthrough
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:242
MethodtestMapLayerFallthrough
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:197
MethodtestMapLayerNoDtypeMap
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:234
MethodtestMapLayerStringToList
(self)
tfjs-converter/python/tensorflowjs/quantization_test.py:219
MethodtestMatmulWithAddV2
(self)
tfjs-converter/python/tensorflowjs/converters/normalize_bias_add_test.py:93
MethodtestMissingInputPathRaisesError
(self)
tfjs-converter/python/test_pip_package.py:302
MethodtestNonPreluPattern
Test a basic model with functions to make sure functions are inlined.
tfjs-converter/python/tensorflowjs/converters/fuse_prelu_test.py:243
MethodtestOfValues
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:87
MethodtestOutpuDirAsAnExistingFileLeadsToValueError
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:250
MethodtestOutputPathExist
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:160
MethodtestReadAffineQuantizedWeights
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:329
MethodtestReadBoolWeights
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:369
MethodtestReadCyrillicStringUnicodeAndEncoded
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:87
MethodtestReadEastAsianStringUnicodeAndEncoded
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:130
MethodtestReadFloat16QuantizedWeights
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:349
MethodtestReadOneGroup
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:43
MethodtestReadOneGroupEmptyStrings
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:195
MethodtestReadOneGroupFlattened
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:235
MethodtestReadOneGroupString
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:66
MethodtestReadOneGroupStringWithShards
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:174
MethodtestReadOneGroupWithInt32DataFlattened
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:252
MethodtestReadOneGroupWithShards
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:297
MethodtestReadStringScalar
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:387
MethodtestReadTwoGroupsFlattend
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:274
MethodtestReadWeightsWithIncorrectTypeInWeightsManifestRaisesError
(self)
tfjs-converter/python/tensorflowjs/read_weights_test.py:315
MethodtestReadingFileInOpList
(self)
tfjs-converter/python/tensorflowjs/resource_loader_test.py:34
MethodtestReadingNonExistentFileRaisesError
(self)
tfjs-converter/python/tensorflowjs/resource_loader_test.py:42
MethodtestSaveKerasModel
(self)
tfjs-converter/python/test_pip_package.py:226
MethodtestSaveModelSucceedsForNestedKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:387
MethodtestSaveModelSucceedsForNonSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:337
MethodtestSaveModelSucceedsForTfKerasNonSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:360
MethodtestSaveModelSucceedsForTfKerasSequentialModel
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:416
MethodtestSavedModelRaisesErrorIfArtifactsDirExistsAsAFile
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:487
MethodtestSavedModelSucceedsForCustomShardSize
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:463
MethodtestSavedModelSucceedsForExistingDirAndSequential
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:440
MethodtestTensorflowjsToKerasConversionFailsOnDirInputPath
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:293
MethodtestTensorflowjsToKerasConversionFailsOnExistingDirOutputPath
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:299
MethodtestTensorflowjsToKerasConversionFailsOnInvalidJsonFile
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:317
MethodtestTensorflowjsToKerasConversionSucceeds
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:268
MethodtestTfjsLayer2TfjsLayersConversionWithExistingFilePathFails
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:683
MethodtestTranslateBatchNormalizationV1ClassName
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:499
MethodtestTranslateUnifiedGRUAndLSTMClassName
(self)
tfjs-converter/python/tensorflowjs/converters/keras_h5_conversion_test.py:524
MethodtestUnsupportClassInMap
(self)
tfjs-converter/python/tensorflowjs/converters/tf_module_mapper_test.py:31
MethodtestUserDefinedMetadata
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:211
MethodtestUserDefinedMetadata
(self)
tfjs-converter/python/tensorflowjs/converters/converter_test.py:404
MethodtestUsingBothWeightsDataBuffersAndWeightsPathPrefixRaisesError
(self)
tfjs-converter/python/tensorflowjs/converters/keras_tfjs_loader_test.py:387
MethodtestUsingIncorrectKerasSavedModelRaisesError
(self)
tfjs-converter/python/test_pip_package.py:789
MethodtestValidateInputPathForKerasModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:140
MethodtestValidateInputPathForKerasSavedModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:132
MethodtestValidateInputPathForLayersModel
(self)
tfjs-converter/python/tensorflowjs/converters/wizard_test.py:148
← previousnext →5,701–5,800 of 6,022, ranked by callers