MCPcopy
hub / github.com/tensorflow/tfjs / IAny

Interface IAny

tfjs-converter/tools/compiled_api.d.ts:6–12  ·  view source on GitHub ↗

Properties of an Any.

Source from the content-addressed store, hash-verified

4export namespace tensorflow {
5 /** Properties of an Any. */
6 interface IAny {
7 /** Any typeUrl */
8 typeUrl?: (string|null);
9
10 /** Any value */
11 value?: (Uint8Array|null);
12 }
13
14 /** Represents an Any. */
15 class Any implements IAny {

Callers

nothing calls this directly

Implementers 1

Anytfjs-converter/tools/compiled_api.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…