MCPcopy Create free account

hub / github.com/tensorflow/tfjs / functions

Functions6,022 in github.com/tensorflow/tfjs

MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/advanced_activations.ts:291
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/advanced_activations.ts:355
MethodcomputeOutputShape
(inputShape: Shape)
tfjs-layers/src/layers/convolutional_recurrent.ts:166
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/core.ts:258
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/core.ts:329
MethodcomputeOutputShape
(inputShape: Shape)
tfjs-layers/src/layers/core.ts:431
MethodcomputeOutputShape
(inputShape: Shape)
tfjs-layers/src/layers/core.ts:519
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/core.ts:600
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/core.ts:646
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/padding.ts:189
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/convolutional_depthwise.ts:178
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/noise.ts:39
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/noise.ts:80
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/noise.ts:164
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/wrappers.ts:174
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/recurrent.ts:420
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/preprocessing/image_resizing.ts:67
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/preprocessing/category_encoding.ts:55
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/preprocessing/random_height.ts:109
MethodcomputeOutputShape
(inputShape: Shape | Shape[])
tfjs-layers/src/layers/preprocessing/center_crop.ts:131
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/preprocessing/random_width.ts:109
MethodcomputeOutputShape
(_: Shape)
tfjs-layers/src/layers/nlp/einsum_dense.ts:411
MethodcomputeOutputShape
(decoderSequenceShape: Shape)
tfjs-layers/src/layers/nlp/modeling/transformer_decoder.ts:490
MethodcomputeOutputShape
(inputShape: Shape)
tfjs-layers/src/layers/nlp/modeling/position_embedding.ts:143
MethodcomputeOutputShape
(inputShape: Shape|Shape[])
tfjs-layers/src/layers/nlp/models/gpt2/gpt2_causal_lm.ts:52
FunctioncomputePool2DInfo
( inShape: [number, number, number, number], filterSize: [number, number]|number, strides: number|[num
tfjs-core/src/ops/conv_util.ts:119
FunctioncomputePool3DInfo
( inShape: [number, number, number, number, number], filterSize: number|[number, number, number],
tfjs-core/src/ops/conv_util.ts:145
FunctioncomputeWeightedLoss_
* Computes the weighted loss between two tensors. * * @param losses Tensor of shape `[batch_size, d1, ..., dN]`. * @param weights Tensor whose rank
tfjs-core/src/ops/losses/compute_weighted_loss.ts:43
Methodconcat
* Return the values in the TensorList as a concatenated Tensor. * @param elementDtype output tensor dtype * @param elementShape output tensor el
tfjs-converter/src/executor/tensor_list.ts:294
Methodconcat
* Return the values in the TensorArray as a concatenated Tensor.
tfjs-converter/src/executor/tensor_array.ts:216
Functionconcat1d_
* Concatenates a list of`tf.Tensor1D`s along an axis. See `concat` for details. * * For example, if: * A: shape(3) = |r1, g1, b1| * B: shape(2) =
tfjs-core/src/ops/concat_1d.ts:34
Functionconcat2d_
* Concatenates a list of`tf.Tensor2D`s along an axis. See `concat` for details. * * For example, if: * A: shape(2, 3) = | r1, g1, b1 | *
tfjs-core/src/ops/concat_2d.ts:50
Functionconcat3d_
* Concatenates a list of `tf.Tensor3D`s along an axis. * See `concat` for details. * * For example, if: * A: shape(2, 1, 3) = | r1, g1, b1 | *
tfjs-core/src/ops/concat_3d.ts:54
Functionconcat4d_
* Concatenates a list of `tf.Tensor4D`s along an axis. * See `concat` for details. * * @param tensors A list of `tf.Tensor`s to concatenate. * @pa
tfjs-core/src/ops/concat_4d.ts:31
FunctionconcatAlongFirstAxis
(a: Tensor, b: Tensor)
tfjs-layers/src/backend/tfjs_backend.ts:317
Functionconcat_
* Concatenates a list of `tf.Tensor`s along a given axis. * * The tensors ranks and types must match, and their sizes must match in all * dimension
tfjs-core/src/ops/concat.ts:69
Functionconcatenate
* Concatenates this `Dataset` with another. * * ```js * const a = tf.data.array([1, 2, 3]); * const b = tf.data.array([4, 5, 6]); * con
tfjs-data/src/dataset.ts:176
Functionconcatenate
* Concatenate this `LazyIterator` with another. * * @param iterator A `LazyIterator` to be concatenated onto this one. * @param baseErrorHand
tfjs-data/src/iterators/lazy_iterator.ts:409
Functionconcatenate
(args?: ConcatenateLayerArgs)
tfjs-layers/src/exports_layers.ts:756
Functionconcatenate
(tensors: Tensor[], axis = -1)
tfjs-layers/src/backend/tfjs_backend.ts:291
Functionconcatenate
(config?: SymbolicTensor[]|Tensor[]| ConcatenateLayerArgs)
tfjs-layers/src/layers/merge.ts:834
FunctionconfusionMatrix_
( labels: Tensor1D|TensorLike, predictions: Tensor1D|TensorLike, numClasses: number)
tfjs-core/src/ops/confusion_matrix.ts:58
Functionconstant
(args: ConstantArgs)
tfjs-layers/src/exports_initializers.ts:36
FunctionconstructDependencyGraph
(dependencyFilePath)
scripts/test-util.js:35
Functionconstructor
()
tfjs-data/src/iterators/lazy_iterator.ts:836
Functionconstructor
(args: ContainerArgs)
tfjs-layers/src/engine/container.ts:93
Functionconstructor
(args: LayerArgs = {})
tfjs-layers/src/engine/topology.ts:456
Functionconstructor
(args: BaseRandomLayerArgs)
tfjs-layers/src/engine/base_random_layer.ts:25
Functionconstructor
(args?: LayerArgs)
tfjs-layers/src/layers/merge.ts:35
Functionconstructor
(rank: number, args: BaseConvLayerArgs)
tfjs-layers/src/layers/convolutional.ts:417
Functionconstructor
* * @param args Parameters for the Pooling layer. * * config.poolSize defaults to 2.
tfjs-layers/src/layers/pooling.ts:161
Functionconstructor
(args: WrapperLayerArgs)
tfjs-layers/src/layers/wrappers.ts:48
Methodconstructor
( visorComponent: VisorComponent, visorEl: HTMLElement, surfaceList: Map<string, SurfaceInfoStrict
tfjs-vis/src/visor.ts:102
Methodconstructor
(props: VisorProps)
tfjs-vis/src/components/visor.tsx:86
Methodconstructor
()
tfjs-vis/demos/mnist_internals/data.js:39
Methodconstructor
()
tfjs-vis/demos/mnist/data.js:39
Methodconstructor
( modelPath: string, options: TFLiteWebModelRunnerOptions, firstOutputtype: TFLiteDataType = 'int3
tfjs-tflite/src/tflite_model_test.ts:35
Methodconstructor
(private readonly modelRunner: TFLiteWebModelRunner)
tfjs-tflite/src/tflite_model.ts:54
Methodconstructor
(protected instance: BaseTaskLibrary)
tfjs-tflite/src/tflite_task_library_client/common.ts:66
Methodconstructor
(protected override instance: TaskLibraryBertQuestionAnswerer)
tfjs-tflite/src/tflite_task_library_client/bert_qa.ts:48
Methodconstructor
(protected override instance: TaskLibraryBertNLClassifier)
tfjs-tflite/src/tflite_task_library_client/bert_nl_classifier.ts:39
Methodconstructor
(protected override instance: TaskLibraryNLClassifier)
tfjs-tflite/src/tflite_task_library_client/nl_classifier.ts:60
Methodconstructor
(protected override instance: TaskLibraryImageSegmenter)
tfjs-tflite/src/tflite_task_library_client/image_segmenter.ts:92
Methodconstructor
(protected override instance: TaskLibraryObjectDetector)
tfjs-tflite/src/tflite_task_library_client/object_detector.ts:59
Methodconstructor
(protected override instance: TaskLibraryImageClassifier)
tfjs-tflite/src/tflite_task_library_client/image_classifier.ts:46
Methodconstructor
(setSize = false)
tfjs-data/src/dataset_test.ts:59
Methodconstructor
* Create a `URLDataSource`. * * @param url A source URL string, or a `Request` object. * @param options Options passed to the underlying `Fil
tfjs-data/src/sources/url_data_source.ts:37
Methodconstructor
* Create a `FileDataSource`. * * @param input Local file path, or `File`/`Blob`/`Uint8Array` object to * read. Local file only works in n
tfjs-data/src/sources/file_data_source.ts:39
Methodconstructor
* Create a `TextLineDataset`. * * @param input A `DataSource` providing a chunked, UTF8-encoded byte stream.
tfjs-data/src/datasets/text_line_dataset.ts:34
Methodconstructor
* Create a `CSVDataset`. * * @param input A `DataSource` providing a chunked, UTF8-encoded byte stream. * @param csvConfig (Optional) A CSVCo
tfjs-data/src/datasets/csv_dataset.ts:174
Methodconstructor
(protected readonly length = 100)
tfjs-data/src/iterators/lazy_iterator_test.ts:27
Methodconstructor
( protected upstream: LazyIterator<T>, protected predicate: (value: T) => boolean)
tfjs-data/src/iterators/lazy_iterator_test.ts:263
Methodconstructor
( protected readonly webcamVideoElement: HTMLVideoElement, protected readonly webcamConfig: Webcam
tfjs-data/src/iterators/webcam_iterator.ts:35
Methodconstructor
(protected readonly microphoneConfig: MicrophoneConfig)
tfjs-data/src/iterators/microphone_iterator.ts:45
Methodconstructor
(protected items: T[])
tfjs-data/src/iterators/lazy_iterator.ts:490
Methodconstructor
( protected nextFn: () => IteratorResult<T>| Promise<IteratorResult<T>>)
tfjs-data/src/iterators/lazy_iterator.ts:509
Methodconstructor
(protected upstream: LazyIterator<T>)
tfjs-data/src/iterators/lazy_iterator.ts:535
Methodconstructor
(protected upstream: LazyIterator<T>, protected maxCount: number)
tfjs-data/src/iterators/lazy_iterator.ts:566
Methodconstructor
(protected upstream: LazyIterator<T>, protected maxCount: number)
tfjs-data/src/iterators/lazy_iterator.ts:603
Methodconstructor
( protected upstream: LazyIterator<T>, protected batchSize: number, protected enableSmallLastBatch
tfjs-data/src/iterators/lazy_iterator.ts:627
Methodconstructor
( protected upstream: LazyIterator<T>, protected predicate: (value: T) => boolean)
tfjs-data/src/iterators/lazy_iterator.ts:668
Methodconstructor
( protected upstream: LazyIterator<I>, protected transform: (value: I) => O)
tfjs-data/src/iterators/lazy_iterator.ts:700
Methodconstructor
( protected upstream: LazyIterator<T>, protected handler: (error: Error) => boolean)
tfjs-data/src/iterators/lazy_iterator.ts:738
Methodconstructor
( protected upstream: LazyIterator<I>, protected transform: (value: I) => Promise<O>)
tfjs-data/src/iterators/lazy_iterator.ts:781
Methodconstructor
( protected upstream: LazyIterator<I>, protected transform: (value: I) => O[])
tfjs-data/src/iterators/lazy_iterator.ts:879
Methodconstructor
( iterators: LazyIterator<LazyIterator<T>>, private readonly baseErrorHandler?: (e: Error) => bool
tfjs-data/src/iterators/lazy_iterator.ts:935
Methodconstructor
( protected readonly iterators: IteratorContainer, protected readonly mismatchMode: ZipMismatchMod
tfjs-data/src/iterators/lazy_iterator.ts:1019
Methodconstructor
( protected upstream: LazyIterator<T>, protected bufferSize: number)
tfjs-data/src/iterators/lazy_iterator.ts:1102
Methodconstructor
( protected override upstream: LazyIterator<T>, protected windowSize: number, seed?: string)
tfjs-data/src/iterators/lazy_iterator.ts:1148
Methodconstructor
(protected upstream: LazyIterator<Uint8Array>)
tfjs-data/src/iterators/byte_chunk_iterator.ts:52
Methodconstructor
(protected readonly upstream: LazyIterator<Uint8Array>)
tfjs-data/src/iterators/byte_chunk_iterator.ts:94
Methodconstructor
(protected upstream: LazyIterator<string>, separator: string)
tfjs-data/src/iterators/string_iterator.ts:59
Methodconstructor
( protected upstream: LazyIterator<string>, protected separator: string)
tfjs-data/src/iterators/string_iterator.ts:77
Methodconstructor
( protected file: FileElement, protected options: FileChunkIteratorOptions = {})
tfjs-data/src/iterators/file_chunk_iterator.ts:42
Methodconstructor
()
tfjs-data/src/util/test_utils.ts:121
Methodconstructor
()
tfjs-data/src/util/test_utils.ts:128
Methodconstructor
()
tfjs-data/src/util/test_utils.ts:136
Methodconstructor
* Constructs a `RingBuffer`. * @param capacity The number of items that the buffer can accomodate.
tfjs-data/src/util/ring_buffer.ts:36
Methodconstructor
* Constructs a `GrowingRingBuffer`.
tfjs-data/src/util/growing_ring_buffer.ts:27
Methodconstructor
()
tfjs-data/demo/boston-housing/data.ts:35
← previousnext →3,401–3,500 of 6,022, ranked by callers