/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | QuantOps.cpp | 45 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/ |
D | time.mojom | 8 // 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/ |
D | orca_load_report.proto | 25 // 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/ |
D | parse-calibrated-invalid.mlir | 15 // Unrecognized expressed type: integer type 17 // expected-error@+1 {{expecting float expressed type}}
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | orca_load_report_for_test.proto | 39 // 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/ |
D | or-05.ll | 5 ; 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.
|
D | xor-05.ll | 5 ; 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.
|
D | and-05.ll | 5 ; 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/ |
D | or-05.ll | 5 ; 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.
|
D | xor-05.ll | 5 ; 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.
|
D | and-05.ll | 5 ; 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/ |
D | duration.proto | 96 // 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/ |
D | duration.proto | 96 // 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/ |
D | QuantOps.td | 32 // 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/ |
D | sourceoutput.dts | 10 * which could almost be expressed as strings, except for the
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | macho-relocs-with-addend.s | 4 @ MachO relocations that end up expressed as internal
|
/external/llvm/test/MC/ARM/ |
D | macho-relocs-with-addend.s | 4 @ MachO relocations that end up expressed as internal
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_quantize_helper.h | 356 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/ |
D | control.proto | 235 …// 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/ |
D | contents.rst | 11 Each field can be expressed via the :ref:`NamedType <namedtype.NamedType>`
|
/external/kotlinc/license/third_party/ |
D | trove_readme_license.txt | 16 without expressed or implied warranty.
|
/external/llvm-project/mlir/docs/ |
D | Quantization.md | 6 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/ |
D | README.md | 20 …mber 1339745. Any opinions, findings and conclusions or recommendations expressed in this material…
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MlirPassthroughOp.pbtxt | 3 summary: "Wraps an arbitrary MLIR computation expressed as a module with a main() function."
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.h | 106 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()
|