Searched refs:allocateTensors (Results 1 – 7 of 7) sorted by relevance
62 try interpreter.allocateTensors() in testInvoke()86 try interpreter.allocateTensors() in testInputTensorAtIndex_ThrowsInvalidIndex()122 try interpreter.allocateTensors() in testOutputTensorAtIndex_ThrowsInvalidIndex()141 XCTAssertNoThrow(try interpreter.allocateTensors()) in testResizeInputTensorAtIndexToShape()161 try interpreter.allocateTensors() in testCopyDataToInputTensorAtIndex()183 try interpreter.allocateTensors() in testCopyDataToInputTensorAtIndex_ThrowsInvalidDataCount()199 XCTAssertNoThrow(try interpreter.allocateTensors()) in testAllocateTensors()207 try interpreter.allocateTensors() in setUpAddModelInputTensor()214 try interpreter.allocateTensors() in setUpAddQuantizedModelInputTensor()
101 allocateTensors(interpreterHandle, errorHandle); in init()195 allocateTensors(interpreterHandle, errorHandle); in run()246 void allocateTensors() { in allocateTensors() method in NativeInterpreterWrapper252 allocateTensors(interpreterHandle, errorHandle); in allocateTensors()260 private static native long allocateTensors(long interpreterHandle, long errorHandle); in allocateTensors() method in NativeInterpreterWrapper
444 public void allocateTensors() { in allocateTensors() method in Interpreter446 wrapper.allocateTensors(); in allocateTensors()
265 wrapper.allocateTensors(); in testSetTo()490 wrapper.allocateTensors(); in testCopyToScalarUnsupported()
251 interpreter.allocateTensors(); in testAllocateTensors()258 interpreter.allocateTensors(); in testAllocateTensors()262 interpreter.allocateTensors(); in testAllocateTensors()
273 public func allocateTensors() throws { in allocateTensors() function
263 try interpreter.allocateTensors()