Home
last modified time | relevance | path

Searched refs:InternalError (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc35 return InternalError("Sparse arrays are not yet fully supported: %s", in VerifyNotSparse()
65 return InternalError("Expected %d operands for %s instruction: %s", in CheckOperandCount()
75 return InternalError( in CheckParameterCount()
87 return InternalError( in Preprocess()
224 return InternalError( in CheckIsTokenOperand()
239 return InternalError("Operand %s shape does not match parameter's %s in %s", in CheckOperandAndParameter()
263 return InternalError( in HandleOutfeed()
288 return InternalError( in HandleRng()
294 return InternalError( in HandleRng()
306 return InternalError( in HandleRng()
[all …]
/external/deqp/framework/common/
DtcuDefs.hpp87 class InternalError : public TestException class
90 InternalError (const char* message, const char* expr, const char* file, int line);
91 InternalError (const std::string& message);
92 virtual ~InternalError (void) throw() {} in ~InternalError()
140 #define TCU_CHECK_INTERNAL(X) do { if (!(!deGetFalse() && (X))) throw tcu::InternalError(DE_NULL, #…
DtcuImageIO.cpp62 throw InternalError("Unrecognized image file extension", fileName, __FILE__, __LINE__); in loadImage()
98 throw InternalError("An error occured when loading PNG", fileName, __FILE__, __LINE__); in loadPNG()
118 throw InternalError("Unsupported PNG depth or color type", fileName, __FILE__, __LINE__); in loadPNG()
142 throw InternalError("Unsupported texture format", DE_NULL, __FILE__, __LINE__); in textureFormatToPNGFormat()
179 throw tcu::InternalError("PNG compression failed"); in savePNG()
238 …throw InternalError("Signature doesn't match PKM signature", resource->getName().c_str(), __FILE__… in loadPKM()
242 throw InternalError("Unsupported PKM type", resource->getName().c_str(), __FILE__, __LINE__); in loadPKM()
DtcuDefs.cpp102 InternalError::InternalError (const char* message, const char* expr, const char* file, int line) in InternalError() function in tcu::InternalError
107 InternalError::InternalError (const std::string& message) in InternalError() function in tcu::InternalError
DtcuStringTemplate.cpp70 TCU_THROW(InternalError, "No '}' found in template parameter"); in specialize()
92 TCU_THROW(InternalError, (string("Unrecognized flag") + paramStr).c_str()); in specialize()
113 …TCU_THROW(InternalError, (string("Value for parameter '") + paramName + "' not found in map").c_st… in specialize()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_executor_util.cc58 return InternalError("Invalid input layout %s for conv with dnums %s", in StreamExecutorConvLayoutsToXlaLayouts()
80 return InternalError("Invalid filter layout %s for conv with dnums %s", in StreamExecutorConvLayoutsToXlaLayouts()
102 return InternalError("Invalid output layout %s for conv with dnums %s", in StreamExecutorConvLayoutsToXlaLayouts()
136 return InternalError("Invalid input layout %s for conv with dnums %s", in XlaConvLayoutsToStreamExecutorLayouts()
147 return InternalError("Invalid filter layout %s for conv with dnums %s", in XlaConvLayoutsToStreamExecutorLayouts()
158 return InternalError("Invalid output layout %s for conv with dnums %s", in XlaConvLayoutsToStreamExecutorLayouts()
Dcudnn_conv_runner.cc94 return se::port::InternalError( in AllocateBytes()
98 return se::port::InternalError(absl::StrCat( in AllocateBytes()
241 return InternalError( in RunCudnnConvImpl()
252 return InternalError( in RunCudnnConvImpl()
263 return InternalError( in RunCudnnConvImpl()
285 return InternalError( in RunCudnnConvImpl()
310 return InternalError( in RunCudnnConvImpl()
374 return InternalError("Bad activation mode: %s", in GetCudnnConvParams()
Dtuple_thunk.cc43 return InternalError( in ExecuteOnStream()
53 return InternalError("Unable to enqueue host callback!"); in ExecuteOnStream()
/external/deqp/framework/platform/android/
DtcuAndroidRenderActivity.cpp145 throw InternalError("Got unexpected onNativeWindowCreated() event from system"); in processMessage()
175 throw InternalError("Got onNativeWindowResized() event targeting different window"); in processMessage()
190 throw InternalError("Got unexpected onNativeWindowResized() event from system"); in processMessage()
196 throw InternalError("Got onNativeWindowDestroyed() event targeting different window"); in processMessage()
199 throw InternalError("Got unexpected onNativeWindowDestroyed() event from system"); in processMessage()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp125 throw tcu::InternalError("Can't map texture format to GL transfer format"); in getTransferFormat()
224 throw tcu::InternalError("Can't map texture format to GL internal format"); in getInternalFormat()
283 throw tcu::InternalError("Can't map compressed format to GL format"); in getGLFormat()
342 throw tcu::InternalError("Can't map compressed GL format to compressed format"); in mapGLCompressedTexFormat()
460 …throw tcu::InternalError(string("Can't map GL pixel format (") + tcu::toHex(format).toString() + "… in mapGLTransferFormat()
551 …throw tcu::InternalError(string("Can't map GL sized internal format (") + tcu::toHex(internalForma… in mapGLInternalFormat()
629 throw tcu::InternalError("Can't map GL wrap mode " + tcu::toHex(wrapMode).toString()); in mapGLWrapMode()
644 throw tcu::InternalError("Can't map GL min filter mode" + tcu::toHex(filterMode).toString()); in mapGLMinFilterMode()
655 throw tcu::InternalError("Can't map GL mag filter mode" + tcu::toHex(filterMode).toString()); in mapGLMagFilterMode()
735 throw tcu::InternalError("Can't map GL compare mode " + tcu::toHex(mode).toString()); in mapGLCompareFunc()
[all …]
DgluRenderConfig.cpp140 throw tcu::InternalError(std::string("Invalid GL configuration: '") + renderCfgName + "'"); in parseConfigBitsFromName()
153 throw tcu::InternalError("Unsupported surface type"); in parseRenderConfig()
179 throw tcu::InternalError("Unsupported window visibility"); in parseWindowVisibility()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DFieldsSet.java31 throw new InternalError("Preposterous field count " + fieldsCount); in FieldsSet()
131 throw new InternalError("split around '=' failed: " + fieldStr); in parseFrom()
203 … throw new InternalError("Trying to inherit from field " + field + " but inheritFrom is null"); in parseValueDefault()
206 …throw new InternalError("Trying to inherit from field " + field + " but inheritFrom["+field+"] is … in parseValueDefault()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DFieldsSet.java28 throw new InternalError("Preposterous field count " + fieldsCount); in FieldsSet()
128 throw new InternalError("split around '=' failed: " + fieldStr); in parseFrom()
200 … throw new InternalError("Trying to inherit from field " + field + " but inheritFrom is null"); in parseValueDefault()
203 …throw new InternalError("Trying to inherit from field " + field + " but inheritFrom["+field+"] is … in parseValueDefault()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DListReducer.h34 InternalError // Encountered an error trying to run the predicate enumerator
70 case InternalError: in reduceList()
143 case InternalError: in reduceList()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPrograms.cpp117 TCU_THROW(InternalError, "Unexpected SPIR-V version requested"); in optimizeCompiledBinary()
315 TCU_THROW(InternalError, "Unknown optimization recipe requested"); in optimizeCompiledBinary()
323 TCU_THROW(InternalError, "Optimizer call failed"); in optimizeCompiledBinary()
333 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in createProgramBinaryFromSpirV()
351 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in validateCompiledBinary()
364 TCU_THROW(InternalError, "Validation failed for compiled SPIR-V binary"); in validateCompiledBinary()
613 TCU_THROW(InternalError, "Compiling GLSL to SPIR-V failed"); in buildProgram()
698 TCU_THROW(InternalError, "Compiling HLSL to SPIR-V failed"); in buildProgram()
763 TCU_THROW(InternalError, "Failed to assemble SPIR-V"); in assembleProgram()
811 TCU_THROW(InternalError, "SPIR-V endianness translation not supported"); in disassembleProgram()
[all …]
DvkSpirVAsm.cpp52 TCU_THROW(InternalError, "Unexpected Vulkan Version version requested"); in mapVulkanVersionToSpirvToolsEnv()
66 default: TCU_THROW(InternalError, "Unknown SPIR-V version"); in mapTargetSpvEnvironment()
129 TCU_THROW(InternalError, "Disassembling SPIR-V failed"); in disassembleSpirV()
/external/llvm/tools/bugpoint/
DListReducer.h34 InternalError // Encountered an error trying to run the predicate enumerator
70 case InternalError: in reduceList()
148 case InternalError: in reduceList()
/external/v8/src/inspector/
Dv8-value-utils.cc54 return Response::InternalError(); in toProtocolValue()
69 return Response::InternalError(); in toProtocolValue()
74 return Response::InternalError(); in toProtocolValue()
87 return Response::InternalError(); in toProtocolValue()
/external/tensorflow/tensorflow/python/autograph/pyct/
Derrors.py28 class InternalError(AutoGraphError): class
32 super(InternalError, self).__init__()
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.errors.-internal-error.pbtxt1 path: "tensorflow.errors.InternalError"
3 is_instance: "<class \'tensorflow.python.framework.errors_impl.InternalError\'>"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.errors.-internal-error.pbtxt1 path: "tensorflow.errors.InternalError"
3 is_instance: "<class \'tensorflow.python.framework.errors_impl.InternalError\'>"
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DErrorManager.cs46 public static void InternalError(object error, Exception e) in InternalError() method in Antlr.Runtime.Misc.ErrorManager
54 public static void InternalError(object error) in InternalError() method in Antlr.Runtime.Misc.ErrorManager
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp109 default: TCU_THROW(InternalError, "Invalid operation specified"); in initGraphicsInstanceContext()
232 TCU_THROW(InternalError, "Invalid operation specified"); in SpvAsmComputeSpirvVersionsInstance()
334 TCU_THROW(InternalError, "Invalid operation specified"); in initPrograms()
355 TCU_THROW(InternalError, "Invalid operation specified"); in createInstance()
/external/yapf/yapf/yapflib/
Dverifier.py28 class InternalError(Exception): class
52 raise InternalError(sys.exc_info()[1])
/external/yapf/yapftests/
Dreformatter_verify_test.py40 with self.assertRaises(verifier.InternalError):
68 with self.assertRaises(verifier.InternalError):

12345678910