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

Function texCoords

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

Source from the content-addressed store, hash-verified

75}
76
77export function texCoords() {
78 return new Float32Array([
79 // clang-format off
80 0, 0,
81 0, 1,
82 1, 1,
83 1, 1,
84 0, 0,
85 1, 0,
86 // clang-format on
87 ]);
88}

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…