Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/swift/Tests/
DInterpreterTests.swift62 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()
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java101 allocateTensors(interpreterHandle, errorHandle); in init()
195 allocateTensors(interpreterHandle, errorHandle); in run()
246 void allocateTensors() { in allocateTensors() method in NativeInterpreterWrapper
252 allocateTensors(interpreterHandle, errorHandle); in allocateTensors()
260 private static native long allocateTensors(long interpreterHandle, long errorHandle); in allocateTensors() method in NativeInterpreterWrapper
DInterpreter.java444 public void allocateTensors() { in allocateTensors() method in Interpreter
446 wrapper.allocateTensors(); in allocateTensors()
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTensorTest.java265 wrapper.allocateTensors(); in testSetTo()
490 wrapper.allocateTensors(); in testCopyToScalarUnsupported()
DInterpreterTest.java251 interpreter.allocateTensors(); in testAllocateTensors()
258 interpreter.allocateTensors(); in testAllocateTensors()
262 interpreter.allocateTensors(); in testAllocateTensors()
/external/tensorflow/tensorflow/lite/swift/Sources/
DInterpreter.swift273 public func allocateTensors() throws { in allocateTensors() function
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dinference.md263 try interpreter.allocateTensors()