Searched refs:ConditionalThrow (Results 1 – 9 of 9) sorted by relevance
51 ConditionalThrow<LayerValidationException>( in ValidateTensorShapesFromInputs()55 ConditionalThrow<LayerValidationException>( in ValidateTensorShapesFromInputs()
34 ConditionalThrow<LayerValidationException>(GetOutputHandler(0).IsTensorInfoSet(), in ValidateTensorShapesFromInputs()
36 ConditionalThrow<LayerValidationException>(GetInputSlot(0).GetConnection() != nullptr, in ValidateTensorShapesFromInputs()
56 …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()
165 void ConditionalThrow(bool condition, const std::string& message) in ConditionalThrow() function174 void ConditionalThrow(bool condition) in ConditionalThrow() function
20 # define ARMNN_POLYMORPHIC_CAST_CHECK_METHOD(cond) ConditionalThrow<std::bad_cast>(cond)
23 # define ARMNN_NUMERIC_CAST_CHECK(cond, msg) ConditionalThrow<std::bad_cast>(cond)
26 # define ARM_PIPE_NUMERIC_CAST_CHECK(cond, msg) ConditionalThrow<std::bad_cast>(cond)
495 ConditionalThrow<LayerValidationException>( in VerifyShapeInferenceType()499 ConditionalThrow<LayerValidationException>( in VerifyShapeInferenceType()