Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/swift/Tests/
DMetalDelegateTests.swift23 XCTAssertFalse(delegate.options.isPrecisionLossAllowed) in testInitDefaultGPUDelegateOptions()
29 options.isPrecisionLossAllowed = true in testInitWithCustomGPUDelegateOptions()
32 XCTAssertTrue(delegate.options.isPrecisionLossAllowed) in testInitWithCustomGPUDelegateOptions()
69 XCTAssertFalse(options.isPrecisionLossAllowed) in testInitWithDefaultValues()
75 options.isPrecisionLossAllowed = true in testInitWithCustomValues()
77 XCTAssertTrue(options.isPrecisionLossAllowed) in testInitWithCustomValues()
86 options1.isPrecisionLossAllowed = true in testEquatable()
87 options2.isPrecisionLossAllowed = true in testEquatable()
94 options2.isPrecisionLossAllowed = false in testEquatable()
96 options1.isPrecisionLossAllowed = false in testEquatable()
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift36 delegateOptions.allow_precision_loss = options.isPrecisionLossAllowed
52 public var isPrecisionLossAllowed = false variable
56 get { return isPrecisionLossAllowed }
57 set(value) { isPrecisionLossAllowed = value }
/external/tensorflow/tensorflow/lite/objc/apis/
DTFLMetalDelegate.h50 @property(nonatomic, getter=isPrecisionLossAllowed) BOOL precisionLossAllowed;
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md252 options.isPrecisionLossAllowed = false