Home
last modified time | relevance | path

Searched refs:expressed (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantOps.cpp45 static bool isValidQuantizationSpec(Attribute quantSpec, Type expressed) { in isValidQuantizationSpec() argument
55 return quantizedType.isCompatibleExpressedType(expressed); in isValidQuantizationSpec()
57 if (auto tensorType = expressed.dyn_cast<TensorType>()) in isValidQuantizationSpec()
60 if (auto vectorType = expressed.dyn_cast<VectorType>()) in isValidQuantizationSpec()
/external/libchrome/mojo/public/mojom/base/
Dtime.mojom8 // The internal value is expressed in terms of microseconds since a fixed but
18 // The internal value is expressed in terms of microseconds since a fixed but
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dorca_load_report.proto25 // CPU utilization expressed as a fraction of available CPU resources. This
29 // Memory utilization expressed as a fraction of available memory
41 // Resource utilization values. Each value is expressed as a fraction of total resources
/external/llvm-project/mlir/test/Dialect/Quant/
Dparse-calibrated-invalid.mlir15 // Unrecognized expressed type: integer type
17 // expected-error@+1 {{expecting float expressed type}}
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dorca_load_report_for_test.proto39 // CPU utilization expressed as a fraction of available CPU resources. This
43 // Memory utilization expressed as a fraction of available memory
55 // Resource utilization values. Each value is expressed as a fraction of total resources
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dor-05.ll5 ; Check the lowest useful constant, expressed as a signed integer.
16 ; Check the highest useful constant, expressed as a signed integer.
27 ; Check the lowest useful constant, expressed as an unsigned integer.
38 ; Check the highest useful constant, expressed as a unsigned integer.
Dxor-05.ll5 ; Check the lowest useful constant, expressed as a signed integer.
16 ; Check the highest useful constant, expressed as a signed integer.
27 ; Check the lowest useful constant, expressed as an unsigned integer.
38 ; Check the highest useful constant, expressed as a unsigned integer.
Dand-05.ll5 ; Check the lowest useful constant, expressed as a signed integer.
16 ; Check the highest useful constant, expressed as a signed integer.
27 ; Check the lowest useful constant, expressed as an unsigned integer.
38 ; Check the highest useful constant, expressed as a unsigned integer.
/external/llvm/test/CodeGen/SystemZ/
Dor-05.ll5 ; Check the lowest useful constant, expressed as a signed integer.
16 ; Check the highest useful constant, expressed as a signed integer.
27 ; Check the lowest useful constant, expressed as an unsigned integer.
38 ; Check the highest useful constant, expressed as a unsigned integer.
Dxor-05.ll5 ; Check the lowest useful constant, expressed as a signed integer.
16 ; Check the highest useful constant, expressed as a signed integer.
27 ; Check the lowest useful constant, expressed as an unsigned integer.
38 ; Check the highest useful constant, expressed as a unsigned integer.
Dand-05.ll5 ; Check the lowest useful constant, expressed as a signed integer.
16 ; Check the highest useful constant, expressed as a signed integer.
27 ; Check the lowest useful constant, expressed as an unsigned integer.
38 ; Check the highest useful constant, expressed as a unsigned integer.
/external/protobuf/src/google/protobuf/
Dduration.proto96 // is preceded by the number of seconds, with nanoseconds expressed as
99 // be expressed in JSON format as "3.000000001s", and 3 seconds and 1
100 // microsecond should be expressed in JSON format as "3.000001s".
/external/golang-protobuf/ptypes/duration/
Dduration.proto96 // is preceded by the number of seconds, with nanoseconds expressed as
99 // be expressed in JSON format as "3.000000001s", and 3 seconds and 1
100 // microsecond should be expressed in JSON format as "3.000001s".
/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantOps.td32 // At runtime, a qcast will apply the transformation expressed by its
38 // a) An expressed or implied constraint in the source dialect which signals
55 // converting back from a quantized to quantizable (expressed) type.
59 // where the computation must be carried out in the expressed type.
62 // all operands to ops that must operate with the expressed type (typically
/external/dtc/tests/
Dsourceoutput.dts10 * which could almost be expressed as strings, except for the
/external/llvm-project/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s4 @ MachO relocations that end up expressed as internal
/external/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s4 @ MachO relocations that end up expressed as internal
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h356 Type expressed = getElementTypeOrSelf(stats_op.getType()); in replaceStatsOp() local
370 rewriter.getIntegerType(tensor_property.number_of_bits), expressed, in replaceStatsOp()
381 /*narrowRange=*/true, expressed, in replaceStatsOp()
386 /*narrowRange=*/false, expressed, in replaceStatsOp()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Dcontrol.proto235 …// The total server cpu load based on system time across all server processes, expressed as percen…
240 …// The total server cpu load based on user time across all server processes, expressed as percenta…
242 …// The total client cpu load based on system time across all client processes, expressed as percen…
244 …// The total client cpu load based on user time across all client processes, expressed as percenta…
/external/python/pyasn1/docs/source/pyasn1/type/namedtype/
Dcontents.rst11 Each field can be expressed via the :ref:`NamedType <namedtype.NamedType>`
/external/kotlinc/license/third_party/
Dtrove_readme_license.txt16 without expressed or implied warranty.
/external/llvm-project/mlir/docs/
DQuantization.md6 computations to corresponding and plausible variants expressed in integer math
173 mapping between *expressed* values (typically of a floating point
177 between types based on a QuantizedType and its *expressed* and *storage*
206 * qcast : Convert from an expressed type to QuantizedType
207 * dcast : Convert from a QuantizedType to its expressed type
/external/FP16/
DREADME.md20 …mber 1339745. Any opinions, findings and conclusions or recommendations expressed in this material…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MlirPassthroughOp.pbtxt3 summary: "Wraps an arbitrary MLIR computation expressed as a module with a main() function."
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h106 Type expressed = op.getType().cast<ShapedType>().getElementType(); in matchAndRewrite() local
130 maxs, narrow_range, expressed, is_signed); in matchAndRewrite()
145 narrow_range, expressed, is_signed); in matchAndRewrite()

12345678910>>...14