Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/swift/Tests/
DMetalDelegateTests.swift24 XCTAssertEqual(delegate.options.waitType, .passive) in testInitDefaultGPUDelegateOptions()
30 options.waitType = .active in testInitWithCustomGPUDelegateOptions()
33 XCTAssertEqual(delegate.options.waitType, .active) in testInitWithCustomGPUDelegateOptions()
70 XCTAssertEqual(options.waitType, .passive) in testInitWithDefaultValues()
76 options.waitType = .active in testInitWithCustomValues()
78 XCTAssertEqual(options.waitType, .active) in testInitWithCustomValues()
90 options1.waitType = .none in testEquatable()
91 options2.waitType = .none in testEquatable()
98 options1.waitType = .aggressive in testEquatable()
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift37 delegateOptions.wait_type = options.waitType.cWaitType
62 public var waitType: ThreadWaitType = .passive variable
/external/tensorflow/tensorflow/lite/objc/apis/
DTFLMetalDelegate.h56 @property(nonatomic) TFLMetalDelegateThreadWaitType waitType;
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m63 switch (options.waitType) {
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md253 options.waitType = .passive
267 options.waitType = TFLMetalDelegateThreadWaitTypePassive;