Home
last modified time | relevance | path

Searched defs:inputType (Results 1 – 25 of 61) sorted by relevance

123

/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp105 auto inputType = input.getType().dyn_cast<RankedTensorType>(); in buildConvOpQuantizationAttr() local
190 auto inputType = input.getType().dyn_cast<RankedTensorType>(); in buildUnaryOpQuantizationAttr() local
223 auto inputType = input.getType().dyn_cast<RankedTensorType>(); in buildPadOpQuantizationAttr() local
248 auto inputType = input.getType().dyn_cast<RankedTensorType>(); in buildConvOpResultTypeInfo() local
/external/deqp/framework/referencerenderer/
DrrShaders.cpp30 …yShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, Geo… in GeometryShader()
/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp44 auto inputType = in matchAndRewrite() local
114 auto inputType = in matchAndRewrite() local
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/
DInputCoercionException.java34 JsonToken inputType, Class<?> targetType) { in InputCoercionException()
/external/llvm-project/mlir/examples/toy/Ch3/mlir/
DDialect.cpp212 auto inputType = *op.operand_type_begin(); in verify() local
235 auto inputType = op.getOperand().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/llvm-project/mlir/examples/toy/Ch2/mlir/
DDialect.cpp212 auto inputType = *op.operand_type_begin(); in verify() local
235 auto inputType = op.getOperand().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantOps.cpp75 Type inputType = std::get<0>(input); in verifyRegionOp() local
/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp263 TBasicType GetBasicTypeOfSubpassInput(const InputType &inputType) in GetBasicTypeOfSubpassInput()
285 TBasicType GetBasicTypeForSubpassInput(const TBasicType &inputType) in GetBasicTypeForSubpassInput()
311 ImmutableString GetTypeNameOfSubpassInput(const InputType &inputType) in GetTypeNameOfSubpassInput()
333 ImmutableString GetFunctionNameOfSubpassLoad(const InputType &inputType) in GetFunctionNameOfSubpassLoad()
353 const InputType &inputType, in CreateSubpassLoadFuncCall()
/external/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp63 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/skqp/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_write_image.cpp72 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image()
614 ExplicitType inputType, MTdata d) in test_write_image_set()
821 ExplicitType inputType, in test_write_image_formats()
Dtest_write_1D.cpp45 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_1D()
527 ExplicitType inputType, MTdata d) in test_write_image_1D_set()
Dtest_write_1D_array.cpp52 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_1D_array()
548 ExplicitType inputType, MTdata d) in test_write_image_1D_array_set()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DDialect.cpp293 auto inputType = *op.operand_type_begin(); in verify() local
322 auto inputType = op.getOperand().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DDialect.cpp293 auto inputType = *op.operand_type_begin(); in verify() local
322 auto inputType = op.getOperand().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DDialect.cpp293 auto inputType = *op.operand_type_begin(); in verify() local
322 auto inputType = op.getOperand().getType().dyn_cast<RankedTensorType>(); in verify() local
/external/llvm-project/mlir/lib/Dialect/Tosa/IR/
DTosaOps.cpp117 auto inputType = op.input().getType().template dyn_cast<RankedTensorType>(); in verifyConvOp() local
221 auto inputType = a.getType().dyn_cast<RankedTensorType>(); in buildMatMulOpWithQuantInfo() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString()
349 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) in calcOutputVertices()
/external/skia/modules/svg/src/
DSkSVGFilterContext.cpp133 const SkSVGFeInputType& inputType, in resolveInput()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/
DParserMinimalBase.java567 protected void reportOverflowInt(String numDesc, JsonToken inputType) throws IOException { in reportOverflowInt()
588 protected void reportOverflowLong(String numDesc, JsonToken inputType) throws IOException { in reportOverflowLong()
597 protected void _reportInputCoercion(String msg, JsonToken inputType, Class<?> targetType) in _reportInputCoercion()
/external/skia/gm/verifiers/
Dgmverifier.cpp44 GMVerifier::GMVerifier(InputType inputType) : fInputType(inputType) {} in GMVerifier()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DJavaUtilCollectionsDeserializers.java124 private JavaUtilCollectionsConverter(int kind, JavaType inputType) { in JavaUtilCollectionsConverter()
/external/llvm-project/mlir/lib/Interfaces/
DControlFlowInterfaces.cpp137 Type inputType = std::get<1>(typesIdx.value()); in verifyTypesAlongAllEdges() local

123