Home
last modified time | relevance | path

Searched refs:GetCurrentBufferPointer (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc186 reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()), in AddIntermediateTensors()
554 reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()), in Calibrate()
605 reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()), in QuantizeModel()
636 reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()), in QuantizeModel()
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_python_api.cc347 reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()), in MlirQuantizeModel()
380 reinterpret_cast<const char*>(builder.GetCurrentBufferPointer()), in MlirSparsifyModel()
/external/flatbuffers/include/flatbuffers/
Dflatbuffer_builder.h180 uint8_t *GetCurrentBufferPointer() const { return buf_.data(); } in GetCurrentBufferPointer() function
1194 return reinterpret_cast<T *>(fbb.GetCurrentBufferPointer() + fbb.GetSize() - in GetMutableTemporaryPointer()
/external/flatbuffers/src/
Didl_parser.cpp1250 builder_.GetCurrentBufferPointer() + builder_.GetSize() - in ParseAnyValue()
1571 reinterpret_cast<const char *>(builder_.GetCurrentBufferPointer()), in ParseTable()
1685 reinterpret_cast<VectorOfAny *>(builder_.GetCurrentBufferPointer()); in ParseVector()
1698 builder_.GetCurrentBufferPointer()); in ParseVector()
1764 reinterpret_cast<const char *>(builder.GetCurrentBufferPointer()), in ParseArray()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model_test.cc65 reinterpret_cast<const char*>(builder->GetCurrentBufferPointer()),
/external/flatbuffers/tests/
Dtest.cpp1610 uint8_t *eob = builder.GetCurrentBufferPointer() + builder.GetSize(); in FuzzTest1()