MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / outputs

Function outputs

tensorflow/lite/schema/schema_generated.h:8233–8235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8231 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_INPUTS);
8232 }
8233 const flatbuffers::Vector<int32_t> *outputs() const {
8234 return GetPointer<const flatbuffers::Vector<int32_t> *>(VT_OUTPUTS);
8235 }
8236 BuiltinOptions builtin_options_type() const {
8237 return static_cast<BuiltinOptions>(GetField<uint8_t>(VT_BUILTIN_OPTIONS_TYPE, 0));
8238 }

Callers 11

_read_testMethod · 0.85
_run_actual_batchMethod · 0.85
_verify_recordsMethod · 0.85
GetOutputNameMethod · 0.85
typed_output_tensorMethod · 0.85
InvokeMethod · 0.85
VerifyFunction · 0.85
UnPackToMethod · 0.85
BroadcastAcrossImageMethod · 0.85

Calls

no outgoing calls

Tested by 4

_read_testMethod · 0.68
_run_actual_batchMethod · 0.68
_verify_recordsMethod · 0.68