MCPcopy Create free account
hub / github.com/tensorflow/tfjs / vertices

Function vertices

tfjs-react-native/src/camera/draw_texture_program_info.ts:64–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64export function vertices() {
65 return new Float32Array([
66 // clang-format off
67 -1, -1,
68 -1, 1,
69 1, 1,
70 1, 1,
71 -1, -1,
72 1, -1,
73 // clang-format on
74 ]);
75}
76
77export function texCoords() {
78 return new Float32Array([

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…