Lines Matching refs:calling
183 * property to 1, e.g., by calling "adb shell setprop debug.nn.vlog 1".</p>
359 * When calling {@link ANeuralNetworksModel_setOperandValueFromMemory},
367 * the memory after calling {@link ANeuralNetworksMemory_free}. This includes
388 * <p>Build the model by calling<ul>
400 * A model is completed by calling {@link ANeuralNetworksModel_finish}.
401 * A model is destroyed by calling {@link ANeuralNetworksModel_free}.
411 * other uses of the model after calling {@link ANeuralNetworksModel_free}.
424 * <li>Create a new compilation instance by calling the
430 * compilation by calling {@link ANeuralNetworksCompilation_setCaching}.</li>
438 * A compilation is completed by calling {@link ANeuralNetworksCompilation_finish}.
439 * A compilation is destroyed by calling {@link ANeuralNetworksCompilation_free}.
450 * uses of the compilation after calling {@link ANeuralNetworksCompilation_free}.
465 * <li>Create a new execution instance by calling the
510 * {@link ANeuralNetworksEvent_wait} has returned) before calling
514 * uses of the execution after calling {@link ANeuralNetworksExecution_free}.</p>
566 * <li>Create a new burst object by calling the
710 * - Create a new memory descriptor by calling {@link ANeuralNetworksMemoryDesc_create}.
711 * - Specify all of the intended input and output roles by calling
714 * - Optionally, specify the memory dimensions by calling
721 * A memory descriptor is completed by calling {@link ANeuralNetworksMemoryDesc_finish}.
722 * A memory descriptor is destroyed by calling {@link ANeuralNetworksMemoryDesc_free}.
733 * uses of the memory descriptor after calling {@link ANeuralNetworksMemoryDesc_free}.
806 * @param compilation The compilation object. It must already have been finished by calling
852 * @param compilation The compilation object. It must already have been finished by calling
897 * Indicate that we have finished modifying a memory descriptor. Required before calling
940 * When calling {@link ANeuralNetworksExecution_setInputFromMemory} or
1394 * When calling {@link ANeuralNetworksExecution_setInputFromMemory} or
1564 * calling {@link ANeuralNetworksCompilation_create} and
1614 * when calling {@link ANeuralNetworksExecution_setInput} or
1682 * calling {@link ANeuralNetworksModel_finish}.
1935 * calling {@link ANeuralNetworksBurst_create} or