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

/frameworks/ml/nn/runtime/
H A DModelBuilder.cpp68 .location = {.poolIndex = 0, .offset = 0, .length = 0},
93 operand.location = {.poolIndex = 0,
115 .poolIndex = 0, .offset = existingSize + extraBytes, .length = valueLength};
121 // The values for poolIndex and offset will be set when the model is finished.
122 typedef decltype(operand.location.poolIndex) PoolIndexType;
124 operand.location = {.poolIndex = ~PoolIndexType(0), .offset = ~OffsetType(0),
158 uint32_t poolIndex = mMemories.add(&mLargeValueMemory); local
160 << poolIndex; local
165 operand.location.poolIndex = poolIndex;
[all...]
H A DExecutionBuilder.cpp60 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length};
65 uint32_t poolIndex, uint32_t offset, uint32_t length) {
78 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length};
84 uint32_t poolIndex, uint32_t offset) {
91 {.poolIndex = poolIndex, .offset = offset, .length = sizeOfData(operand)};
173 uint32_t poolIndex = mMemories.add(memory); local
174 return mInputs[index].setFromMemory(mModel->getInputOperand(index), type, poolIndex, offset,
213 uint32_t poolIndex local
64 setFromMemory(const Operand& operand, const ANeuralNetworksOperandType* type, uint32_t poolIndex, uint32_t offset, uint32_t length) argument
83 setFromTemporaryMemory(const Operand& operand, uint32_t poolIndex, uint32_t offset) argument
499 uint32_t poolIndex = mMemories.add(memory); local
[all...]
/frameworks/ml/nn/common/
H A DCpuExecutor.cpp251 auto poolIndex = from.location.poolIndex; local
252 nnAssert(poolIndex < modelPoolInfos.size());
253 auto& r = modelPoolInfos[poolIndex];
291 auto poolIndex = from.location.poolIndex;
292 nnAssert(poolIndex < requestPoolInfos.size());
293 auto& r = requestPoolInfos[poolIndex];
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 459 milliseconds