Home
last modified time | relevance | path

Searched refs:enableInputAndOutputPadding (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestUnspecifiedDimensions.cpp368 ASSERT_EQ(execution.enableInputAndOutputPadding(true), Result::NO_ERROR); in TestOne()
370 ASSERT_EQ(execution.enableInputAndOutputPadding(false), Result::NO_ERROR); in TestOne()
H A DTestNeuralNetworksWrapper.h437 Result enableInputAndOutputPadding(bool enable) { in enableInputAndOutputPadding() function
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.h83 int enableInputAndOutputPadding(bool enable);
H A DExecutionBuilder.cpp454 int ExecutionBuilder::enableInputAndOutputPadding(bool enable) { in enableInputAndOutputPadding() function in android::nn::ExecutionBuilder
H A DNeuralNetworks.cpp1620 return r->enableInputAndOutputPadding(enable); in ANeuralNetworksExecution_enableInputAndOutputPadding()
/aosp12/packages/modules/NeuralNetworks/runtime/include/
H A DNeuralNetworksWrapper.h642 Result enableInputAndOutputPadding(bool enable) { function
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/
H A DSupportLibraryWrapper.h570 Result enableInputAndOutputPadding(bool enable) { in enableInputAndOutputPadding() function