/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_gen_lib.cc | 342 void MergeArg(ApiDef::Arg* base_arg, const ApiDef::Arg& new_arg) { in MergeArg() 378 for (const auto& new_arg : new_api_def.in_arg()) { in MergeApiDefs() local 394 for (const auto& new_arg : new_api_def.out_arg()) { in MergeApiDefs() local
|
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/ |
H A D | functional_utils.py | 363 def was_tensor_updated(arg, new_arg): argument 385 def was_tensor_metadata_updated(arg, new_arg): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | control_flow_deps_to_chains.cc | 194 auto* new_arg = modified_body.mutable_signature()->add_input_arg(); in Run() local 283 auto* new_arg = modified_cond.mutable_signature()->add_input_arg(); in Run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | post_quantize.cc | 100 auto new_arg = bb.addArgument(quantize_type, loc); in RemoveQuantizationAdaptorOps() local 118 auto new_arg = bb.addArgument(arg_type, loc); in RemoveQuantizationAdaptorOps() local
|
H A D | modify_io_nodes.cc | 106 Value new_arg = arg; in ModifyInputNodes() local
|
/aosp_15_r20/external/stg/test_cases/diff_tests/symbol/ |
H A D | ifunc.1.c | 1 static void my_func(int new_arg) { // new argument! in my_func()
|
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/ |
H A D | poc.c | 49 struct drm_nouveau_gem_new new_arg; in nouveau_gem_ioctl_new() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
H A D | cross_device_transfer.cc | 175 mlir::Value new_arg = transfer_op.getResult(); in runOnOperation() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
H A D | specialization.cc | 177 mlir::Value new_arg = entry_block.addArgument(specialized_inputs[i], loc); in SpecializeFunction() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | matched_arg.rs | 26 pub(crate) fn new_arg(arg: &crate::Arg) -> Self { in new_arg() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/ |
H A D | matched_arg.rs | 26 pub(crate) fn new_arg(arg: &crate::Arg) -> Self { in new_arg() method
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/ |
D | matched_arg.rs | 27 pub(crate) fn new_arg(arg: &crate::Arg) -> Self { in new_arg() method
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | functionalize_while.cc | 242 WhileLoopArg new_arg; in FunctionalizeLoop() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_module.cc | 184 HloComputation* new_arg = tensorflow::gtl::FindWithDefault( in ReplaceComputations() local
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 2547 Register new_arg = temps.AcquireSameSizeAs(old_arg); in PrintfNoPreserve() local 2552 VRegister new_arg = temps.AcquireSameSizeAs(old_arg); in PrintfNoPreserve() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | SpmmReduceKernel.cpp | 153 inline void update_with_index(scalar_t *val, scalar_t new_val, index_t *arg, index_t new_arg) { in update_with_index()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf_communication.cc | 557 auto new_arg = new_args[new_args.size() - 1]; in UpdateControlFlowBlockArgWithToken() local
|
/aosp_15_r20/external/crcalc/src/com/hp/creals/ |
H A D | CR.java | 959 CR new_arg = ONE.subtract(multiply(this)).sqrt(); in asin() local
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-hist.c | 1344 static char *new_arg(struct tracefs_synth *synth) in new_arg() function
|