/external/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
D | UniformSupport.cpp | 16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() 21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType()
|
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
D | QuantUtils.cpp | 105 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/ |
D | rrShaders.cpp | 30 …yShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, Geo… in GeometryShader()
|
/external/llvm-project/mlir/test/lib/Dialect/Tosa/ |
D | TosaTestPasses.cpp | 44 auto inputType = in matchAndRewrite() local 114 auto inputType = in matchAndRewrite() local
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/exc/ |
D | InputCoercionException.java | 34 JsonToken inputType, Class<?> targetType) { in InputCoercionException()
|
/external/llvm-project/mlir/examples/toy/Ch3/mlir/ |
D | Dialect.cpp | 212 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/ |
D | Dialect.cpp | 212 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/ |
D | MethodDescriptor.cs | 45 private MessageDescriptor inputType; field in Google.Protobuf.Reflection.MethodDescriptor
|
/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | QuantOps.cpp | 75 Type inputType = std::get<0>(input); in verifyRegionOp() local
|
/external/angle/src/compiler/translator/tree_ops/vulkan/ |
D | ReplaceForShaderFramebufferFetch.cpp | 263 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/ |
D | GrGLSLVertexGeoBuilder.cpp | 63 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLVertexGeoBuilder.cpp | 70 void GrGLSLGeometryBuilder::configure(InputType inputType, OutputType outputType, int maxVertices, in configure()
|
/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
D | test_write_image.cpp | 72 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()
|
D | test_write_1D.cpp | 45 image_descriptor *imageInfo, ExplicitType inputType, MTdata d ) in test_write_image_1D() 527 ExplicitType inputType, MTdata d) in test_write_image_1D_set()
|
D | test_write_1D_array.cpp | 52 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/ |
D | Dialect.cpp | 293 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/ |
D | Dialect.cpp | 293 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/ |
D | Dialect.cpp | 293 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/ |
D | TosaOps.cpp | 117 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/ |
D | vktGeometryTestsUtil.cpp | 306 std::string inputTypeToGLString (const VkPrimitiveTopology& inputType) in inputTypeToGLString() 349 size_t calcOutputVertices (const VkPrimitiveTopology& inputType) in calcOutputVertices()
|
/external/skia/modules/svg/src/ |
D | SkSVGFilterContext.cpp | 133 const SkSVGFeInputType& inputType, in resolveInput()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/base/ |
D | ParserMinimalBase.java | 567 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/ |
D | gmverifier.cpp | 44 GMVerifier::GMVerifier(InputType inputType) : fInputType(inputType) {} in GMVerifier()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | JavaUtilCollectionsDeserializers.java | 124 private JavaUtilCollectionsConverter(int kind, JavaType inputType) { in JavaUtilCollectionsConverter()
|
/external/llvm-project/mlir/lib/Interfaces/ |
D | ControlFlowInterfaces.cpp | 137 Type inputType = std::get<1>(typesIdx.value()); in verifyTypesAlongAllEdges() local
|