Searched defs:CreateReshapeOptions (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/schema/
H A Dschema_generated.h2733 inline flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions( function in namespace:tflite
2744 return tflite::CreateReshapeOptions(
2749 flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
5012 return CreateReshapeOptions(_fbb, _o, _rehasher);
5015 inline flatbuffers::Offset<ReshapeOptions> CreateReshapeOptions(flatbuffers::FlatBufferBuilder &_fbb, const ReshapeOptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher) { function in namespace:tflite
5020 return tflite::CreateReshapeOptions(
5968 return CreateReshapeOptions(_fbb, ptr, _rehasher).Union();

Completed in 272 milliseconds