Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Tests/
H A DInterpreterTests.swift48 let interpreter = try Interpreter(modelPath: AddQuantizedModel.path, options: options) in testInitWithOptions()
79 interpreter = try Interpreter(modelPath: AddQuantizedModel.path) in testInputTensorAtIndex_QuantizedModel()
81 let inputTensor = try interpreter.input(at: AddQuantizedModel.inputOutputIndex) in testInputTensorAtIndex_QuantizedModel()
82 XCTAssertEqual(inputTensor, AddQuantizedModel.inputTensor) in testInputTensorAtIndex_QuantizedModel()
112 interpreter = try Interpreter(modelPath: AddQuantizedModel.path) in testOutputTensorAtIndex_QuantizedModel()
115 let outputTensor = try interpreter.output(at: AddQuantizedModel.inputOutputIndex) in testOutputTensorAtIndex_QuantizedModel()
116 XCTAssertEqual(outputTensor, AddQuantizedModel.outputTensor) in testOutputTensorAtIndex_QuantizedModel()
118 XCTAssertEqual(expectedResults, AddQuantizedModel.results) in testOutputTensorAtIndex_QuantizedModel()
213 try interpreter.resizeInput(at: AddQuantizedModel.inputOutputIndex, to: AddQuantizedModel.shape) in setUpAddQuantizedModelInputTensor()
215 try interpreter.copy(AddQuantizedModel.inputData, toInputAt: AddQuantizedModel.inputOutputIndex) in setUpAddQuantizedModelInputTensor()
[all …]