Home
last modified time | relevance | path

Searched refs:UnimplementedException (Results 1 – 25 of 32) sorted by relevance

12

/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DUnimplementedException.java35 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
DApiExceptionFactory.java68 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/
DNeonBaseWorkload.hpp29 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()
DNeonFloorFloatWorkload.cpp44 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()
DNeonConvertFp32ToFp16Workload.cpp52 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()
DNeonConvertFp16ToFp32Workload.cpp51 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()
DNeonNormalizationFloatWorkload.cpp76 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()
DNeonL2NormalizationFloatWorkload.cpp71 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/
DClBaseWorkload.hpp29 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()
DClFloorFloatWorkload.cpp52 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()
DClNormalizationFloatWorkload.cpp73 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()
DClL2NormalizationFloatWorkload.cpp71 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()
DClBatchNormalizationFloatWorkload.cpp135 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()
DClConvertFp16ToFp32Workload.cpp72 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle()
89 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle()
DClConvertFp32ToFp16Workload.cpp72 catch(armnn::UnimplementedException& e) in ReplaceInputTensorHandle()
89 catch(armnn::UnimplementedException& e) in ReplaceOutputTensorHandle()
/external/armnn/src/armnn/
DExceptions.cpp37 UnimplementedException::UnimplementedException() in UnimplementedException() function in armnn::UnimplementedException
/external/armnn/src/backends/cl/
DClTensorHandle.hpp177 throw armnn::UnimplementedException(); in CopyOutTo()
219 throw armnn::UnimplementedException(); in CopyInFrom()
312 throw armnn::UnimplementedException(); in CopyOutTo()
354 throw armnn::UnimplementedException(); in CopyInFrom()
DClImportTensorHandle.hpp286 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/
DNeonTensorHandle.hpp223 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/
DExceptions.hpp98 class UnimplementedException : public Exception class
102 UnimplementedException();
DStrategyBase.hpp17 … void Apply(const std::string& errorMessage = "") { throw UnimplementedException(errorMessage); }; in Apply()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DNormalizationTestImpl.cpp162 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/
DApiExceptionFactoryTest.java155 .isInstanceOf(UnimplementedException.class); in unimplemented()
157 .isInstanceOf(UnimplementedException.class); in unimplemented()
/external/armnn/profiling/client/src/
DProfilingConnectionFactory.cpp24 …throw arm::pipe::UnimplementedException("Unsupported profiling file format, only binary is support… in GetProfilingConnection()
/external/armnn/include/armnn/backends/
DWorkload.hpp72 … throw armnn::UnimplementedException("ReplaceInputTensorHandle not implemented for this workload"); in ReplaceInputTensorHandle()
79 …throw armnn::UnimplementedException("ReplaceOutputTensorHandle not implemented for this workload"); in ReplaceOutputTensorHandle()

12