Home
last modified time | relevance | path

Searched refs:binary_programs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization_generated.h323 *binary_programs() const { in binary_programs() function
380 verifier.VerifyVector(binary_programs()) && in Verify()
381 verifier.VerifyVectorOfTables(binary_programs()) && in Verify()
421 binary_programs) { in add_binary_programs()
422 fbb_.AddOffset(InferenceContext::VT_BINARY_PROGRAMS, binary_programs); in add_binary_programs()
485 binary_programs = 0,
518 builder_.add_binary_programs(binary_programs);
531 *binary_programs = nullptr,
555 binary_programs
558 *binary_programs)
Dserialization.fbs44 binary_programs:[BinaryProgram];
Dserialization.cc1046 for (auto binary_program_fb : *fb_inference->binary_programs()) { in Decode()