/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
D | UnimplementedException.java | 35 public class UnimplementedException extends ApiException { class 36 public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException() method in UnimplementedException 40 public UnimplementedException( in UnimplementedException() method in UnimplementedException 45 public UnimplementedException( in UnimplementedException() method in UnimplementedException
|
D | ApiExceptionFactory.java | 68 return new UnimplementedException(message, cause, statusCode, retryable); in createException() 108 return new UnimplementedException(cause, statusCode, retryable, errorDetails); in createException()
|
/external/armnn/src/backends/neon/workloads/ |
D | NeonBaseWorkload.hpp | 29 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 46 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 58 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | NeonFloorFloatWorkload.cpp | 44 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 61 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 71 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | NeonConvertFp32ToFp16Workload.cpp | 52 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 69 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 79 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | NeonConvertFp16ToFp32Workload.cpp | 51 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 68 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 78 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | NeonNormalizationFloatWorkload.cpp | 76 throw UnimplementedException(reasonIfUnsupported); in NeonNormalizationFloatWorkload() 121 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 138 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 148 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | NeonL2NormalizationFloatWorkload.cpp | 71 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 88 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 98 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
/external/armnn/src/backends/cl/workloads/ |
D | ClBaseWorkload.hpp | 29 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 46 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 58 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | ClFloorFloatWorkload.cpp | 52 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 69 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 79 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | ClNormalizationFloatWorkload.cpp | 73 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 90 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 100 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | ClL2NormalizationFloatWorkload.cpp | 71 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 88 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 98 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | ClBatchNormalizationFloatWorkload.cpp | 135 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 152 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle() 162 throw armnn::UnimplementedException("Reconfigure not implemented for this workload"); in Reconfigure()
|
D | ClConvertFp16ToFp32Workload.cpp | 72 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 89 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle()
|
D | ClConvertFp32ToFp16Workload.cpp | 72 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle() 89 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle()
|
/external/armnn/src/armnn/ |
D | Exceptions.cpp | 37 UnimplementedException::UnimplementedException() in UnimplementedException() function in armnn::UnimplementedException
|
/external/armnn/src/backends/cl/ |
D | ClTensorHandle.hpp | 177 throw armnn::UnimplementedException(); in CopyOutTo() 219 throw armnn::UnimplementedException(); in CopyInFrom() 312 throw armnn::UnimplementedException(); in CopyOutTo() 354 throw armnn::UnimplementedException(); in CopyInFrom()
|
D | ClImportTensorHandle.hpp | 286 throw armnn::UnimplementedException(); in CopyOutTo() 327 throw armnn::UnimplementedException(); in CopyInFrom() 420 throw armnn::UnimplementedException(); in CopyOutTo() 461 throw armnn::UnimplementedException(); in CopyInFrom()
|
/external/armnn/src/backends/neon/ |
D | NeonTensorHandle.hpp | 223 throw armnn::UnimplementedException(); in CopyOutTo() 267 throw armnn::UnimplementedException(); in CopyInFrom() 353 throw armnn::UnimplementedException(); in CopyOutTo() 388 throw armnn::UnimplementedException(); in CopyInFrom()
|
/external/armnn/include/armnn/ |
D | Exceptions.hpp | 98 class UnimplementedException : public Exception class 102 UnimplementedException();
|
D | StrategyBase.hpp | 17 … void Apply(const std::string& errorMessage = "") { throw UnimplementedException(errorMessage); }; in Apply()
|
/external/armnn/src/backends/backendsCommon/test/layerTests/ |
D | NormalizationTestImpl.cpp | 162 throw armnn::UnimplementedException("Unsupported normalisation channel type, " in SimpleNormalizationTestImpl() 171 throw armnn::UnimplementedException("Unsupported normalisation method type, " in SimpleNormalizationTestImpl() 270 throw armnn::UnimplementedException("Unsupported normalisation channel type, " in SimpleNormalizationNhwcTestImpl() 279 throw armnn::UnimplementedException("Unsupported normalisation method type, " in SimpleNormalizationNhwcTestImpl() 474 throw armnn::UnimplementedException("Unsupported normalisation channel type, " in AcrossChannelNormalizationTestImpl() 483 throw armnn::UnimplementedException("Unsupported normalisation method type, " in AcrossChannelNormalizationTestImpl()
|
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/ |
D | ApiExceptionFactoryTest.java | 155 .isInstanceOf(UnimplementedException.class); in unimplemented() 157 .isInstanceOf(UnimplementedException.class); in unimplemented()
|
/external/armnn/profiling/client/src/ |
D | ProfilingConnectionFactory.cpp | 24 …throw arm::pipe::UnimplementedException("Unsupported profiling file format, only binary is support… in GetProfilingConnection()
|
/external/armnn/include/armnn/backends/ |
D | Workload.hpp | 72 … throw armnn::UnimplementedException("ReplaceInputTensorHandle not implemented for this workload"); in ReplaceInputTensorHandle() 79 …throw armnn::UnimplementedException("ReplaceOutputTensorHandle not implemented for this workload"); in ReplaceOutputTensorHandle()
|