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

Function CreatePadOptions

tensorflow/lite/schema/schema_generated.h:4631–4635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4629};
4630
4631inline flatbuffers::Offset<PadOptions> CreatePadOptions(
4632 flatbuffers::FlatBufferBuilder &_fbb) {
4633 PadOptionsBuilder builder_(_fbb);
4634 return builder_.Finish();
4635}
4636
4637flatbuffers::Offset<PadOptions> CreatePadOptions(flatbuffers::FlatBufferBuilder &_fbb, const PadOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
4638

Callers 5

PadOpConstModelMethod · 0.85
PadOpConstModelMethod · 0.85
PadOpDynamicModelMethod · 0.85
PackMethod · 0.85
WriteOptionsMethod · 0.85

Calls 1

FinishMethod · 0.45

Tested by 3

PadOpConstModelMethod · 0.68
PadOpConstModelMethod · 0.68
PadOpDynamicModelMethod · 0.68