Home
last modified time | relevance | path

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

/external/armnn/src/armnn/layers/
DConstantLayer.cpp51 ConditionalThrow<LayerValidationException>( in ValidateTensorShapesFromInputs()
55 ConditionalThrow<LayerValidationException>( in ValidateTensorShapesFromInputs()
DInputLayer.cpp34 ConditionalThrow<LayerValidationException>(GetOutputHandler(0).IsTensorInfoSet(), in ValidateTensorShapesFromInputs()
DOutputLayer.cpp36 ConditionalThrow<LayerValidationException>(GetInputSlot(0).GetConnection() != nullptr, in ValidateTensorShapesFromInputs()
/external/armnn/src/armnnUtils/
DFilesystem.cpp56 …armnn::ConditionalThrow<armnn::RuntimeException>((result == 0), "Was unable to create temporary di… in CreateDirectory()
108 …armnn::ConditionalThrow<armnn::RuntimeException>((input_file.is_open()), "Could not read file cont… in ReadFileContentsIntoString()
/external/armnn/include/armnn/
DExceptions.hpp165 void ConditionalThrow(bool condition, const std::string& message) in ConditionalThrow() function
174 void ConditionalThrow(bool condition) in ConditionalThrow() function
/external/armnn/include/armnn/utility/
DPolymorphicDowncast.hpp20 # define ARMNN_POLYMORPHIC_CAST_CHECK_METHOD(cond) ConditionalThrow<std::bad_cast>(cond)
DNumericCast.hpp23 # define ARMNN_NUMERIC_CAST_CHECK(cond, msg) ConditionalThrow<std::bad_cast>(cond)
/external/armnn/profiling/common/include/
DNumericCast.hpp26 # define ARM_PIPE_NUMERIC_CAST_CHECK(cond, msg) ConditionalThrow<std::bad_cast>(cond)
/external/armnn/src/armnn/
DLayer.cpp495 ConditionalThrow<LayerValidationException>( in VerifyShapeInferenceType()
499 ConditionalThrow<LayerValidationException>( in VerifyShapeInferenceType()