/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_quantization.py | 166 def update(self, val, n=1): argument 741 def checkGraphModeOp(self, module, inputs, quantized_op, tracing=False, debug=False, argument 995 inputs, argument 2942 mod, inputs, is_qat=False, is_dynamic=False, quantizer=None argument
|
/aosp_15_r20/external/skia/modules/skcms/src/ |
H A D | Transform_inl.h | 99 T val; in load() local 104 SI void store(P* ptr, const T& val) { in store() 691 const F inputs[] = { *r,*g,*b,*a }; in clut() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
H A D | StablehloOps.cpp | 123 inline static bool isDynamicDimSize(int64_t val) { in isDynamicDimSize() 1845 auto val = (*i).getSExtValue(); in verifyCollectivePermuteSourceTargetPairs() local 3052 auto inputs = adaptor.val(); in reifyReturnTypeShapes() local 4076 auto inputs = adaptor.operands(); in reifyReturnTypeShapes() local 4380 for (const APInt& val : padHighAttr.getValues<APInt>()) in reifyReturnTypeShapes() local 4383 for (const APInt& val : padLowAttr.getValues<APInt>()) in reifyReturnTypeShapes() local 4386 for (const APInt& val : padInteriorAttr.getValues<APInt>()) in reifyReturnTypeShapes() local 6406 if (llvm::any_of(tupleIndices, [](const int64_t val) { return val < 0; }) || in verifyArgResultAliasAttr()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf.cc | 86 for (Attribute val : array_attr.getValue()) in GetI64ArrayAttrValues() local 114 static DenseIntElementsAttr GetI64ElementsAttrForValue(int size, int64_t val, in GetI64ElementsAttrForValue() 973 auto inputs = func_ty.getInputs(); in BuildBodyWithCall() local 1162 auto get_const = [&](int64_t val) { in matchAndRewriteDynamicConv() 1166 auto get_dim_value = [&](Value val, int64_t dim) { in matchAndRewriteDynamicConv() 1656 APInt val; in matchAndRewrite() local 2098 ValueRange inputs = op.inputs(); in matchAndRewrite() local 2309 auto maybe_cast = [&](Value val, Type t) -> Value { in matchAndRewrite() 4020 ElementsAttr ConvertAxisAttr(Value val, ElementsAttr attr, Builder *builder) { in ConvertAxisAttr() 4028 for (auto val : int_attr.getValues<APInt>()) { in ConvertAxisAttr() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | alias_analysis.cpp | 1302 auto inputs = node->inputs(); in analyzeBroadcastingChunk() local 1414 for (const auto& val : vs) { in getElements() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | wrapper.py | 819 inputs, argument 1162 def add_expr_input(name, val): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
H A D | legalize_common.cc | 107 SmallVectorImpl<Value>& inputs, in convertPackOp() 2269 for (auto val : llvm::enumerate(begin)) { in convertStridedSliceOp() local 2274 for (const auto& val : llvm::enumerate(end)) { in convertStridedSliceOp() local 2685 Value val = input_value; in convertReduceOpCommon() local 2928 auto val = convertReduceOpCommon<tosa::ReduceSumOp>( in convertReduceMeanOp() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 74 bool withinLimits(int64_t val) in withinLimits() 95 bool compareDotProductAccSat(const std::vector<Resource> &inputs, const vector<AllocationSp> &outpu… in compareDotProductAccSat()
|
/aosp_15_r20/external/pytorch/test/ |
H A D | test_fx.py | 583 def forward(self, x, val=None): argument 3748 def process_inputs(self, *inputs): 3783 def process_inputs(self, *inputs): 3812 def process_inputs(self, *inputs): 4007 def default_val_str(val): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_instruction.cc | 331 auto inputs = absl::MakeSpan(reduce_operands) in CreateFromProto() local 701 auto inputs = absl::MakeSpan(reduce_operands) in CreateFromProto() local 1595 absl::InlinedVector<HloInstruction*, 4> inputs; in CreateReduce() local 1678 HloInstruction* val, int64_t dimension) { in CreateSetDimensionSize()
|
H A D | algebraic_simplifier.cc | 230 auto val = [&]() -> std::optional<double> { in IsAllFpConstantPowerOf2() local 5296 int64_t inputs = reduce->input_count(); in HandleReduce() local 5341 int64_t inputs = reduce->input_count(); in HandleReduce() local 5606 auto inputs = reduce_window->inputs(); in HandleReduceWindow() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_nodes_test.cc | 632 std::vector<TRT_TensorOrWeights> inputs; in TEST_F() local 2558 std::vector<float> val; in TEST_P() member 3391 InputList inputs(input_vec); in TEST_P() local 3745 OutputList inputs; in GetAddNNodeDef() local 4003 std::vector<float> inputs(num_inputs); in TEST_P() local 4041 float val = 42.0; in TEST_P() local 4334 float val = 42.0; in TEST_P() local
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_shader.c | 124 } val[4]; member 211 struct vrend_shader_io inputs[64]; member 5231 add_missing_semantic_inputs(struct vrend_shader_io *inputs, int *num_inputs, in add_missing_semantic_inputs() 5270 add_missing_inputs(const struct dump_ctx *ctx, struct vrend_shader_io *inputs, in add_missing_inputs() 5846 uint32_t val = imd->val[inst->Src[0].Register.SwizzleX].ui; in iter_instruction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | xla_builder.cc | 2436 XlaOp XlaBuilder::Scatter(absl::Span<const XlaOp> inputs, XlaOp scatter_indices, in Scatter() 2475 const Shape& shape, absl::Span<const XlaOp> inputs, XlaOp scatter_indices, in ScatterInternal() 3591 XlaOp XlaBuilder::SetDimensionSize(XlaOp operand, XlaOp val, in SetDimensionSize() 3605 XlaOp operand, XlaOp val, in SetDimensionSizeInternal() 4915 XlaOp Scatter(absl::Span<const XlaOp> inputs, XlaOp scatter_indices, in Scatter() 5008 XlaOp SetDimensionSize(const XlaOp operand, const XlaOp val, in SetDimensionSize()
|
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | jconsole.jar | ... .JPanel {
final synthetic javax.swing.JLabel val$textLabel
final synthetic sun.tools.jconsole. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | jconsole.jar | ... .JPanel {
final synthetic javax.swing.JLabel val$textLabel
final synthetic sun.tools.jconsole. ... |
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_c10d_nccl.py | 2598 def _run_invalid_nccl_blocking_wait_env(self, val): argument 3474 def forward(self, inputs): argument
|
/aosp_15_r20/external/testng/lib-supplied/ |
HD | guice-2.0.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
NOTICE
org/
org/testng/
... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar35 | ... ct
int ct
int ct
java.util.ArrayList inputs
java.util.ArrayList outputs
long[] kernels ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-35/ |
D | framework.jar | com/google/android/mms/util/SqliteWrapper.uau
com/google/android/ ... |
/aosp_15_r20/external/mesa3d/src/imagination/rogue/ |
H A D | rogue.h | 206 uint32_t val; member 243 uint64_t val; member 689 unsigned val; member 710 static inline rogue_ref rogue_ref_val(unsigned val) in rogue_ref_val() 2886 rogue_vertex_inputs inputs; member
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/inject/guice/3.0/ |
HD | guice-3.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 374 string value16ToString(const FloatFormat &fmt, const T &val) in value16ToString() 393 string comparisonMessage(const T &val) in comparisonMessage() 400 string comparisonMessage(const int &val) in comparisonMessage() 414 string comparisonMessage(const tcu::IVec2 &val) in comparisonMessage() 429 string comparisonMessage(const tcu::IVec3 &val) in comparisonMessage() 445 string comparisonMessage(const tcu::IVec4 &val) in comparisonMessage() 469 string value32ToString(const FloatFormat &fmt, const T &val) in value32ToString() 483 string value64ToString(const FloatFormat &fmt, const T &val) in value64ToString() 1051 string comparisonMessageInterval(const typename Traits<T>::IVal &val) in comparisonMessageInterval() 1058 string comparisonMessageInterval<int>(const Traits<int>::IVal &val) in comparisonMessageInterval() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/ |
D | services.core.unboosted.jar12 | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-12/ |
D | services.core.unboosted.jar | com/android/server/hdmi/HdmiEarcLocalDeviceTx.class
HdmiEarcLocalDeviceTx.java
package com.android. ... |