Home
last modified time | relevance | path

Searched defs:new_arg (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_gen_lib.cc342 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 Dfunctional_utils.py363 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 Dcontrol_flow_deps_to_chains.cc194 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 Dpost_quantize.cc100 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 Dmodify_io_nodes.cc106 Value new_arg = arg; in ModifyInputNodes() local
/aosp_15_r20/external/stg/test_cases/diff_tests/symbol/
H A Difunc.1.c1 static void my_func(int new_arg) { // new argument! in my_func()
/aosp_15_r20/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
H A Dpoc.c49 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 Dcross_device_transfer.cc175 mlir::Value new_arg = transfer_op.getResult(); in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dspecialization.cc177 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/
Dmatched_arg.rs26 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 Dmatched_arg.rs26 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/
Dmatched_arg.rs27 pub(crate) fn new_arg(arg: &crate::Arg) -> Self { in new_arg() method
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_while.cc242 WhileLoopArg new_arg; in FunctionalizeLoop() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.cc184 HloComputation* new_arg = tensorflow::gtl::FindWithDefault( in ReplaceComputations() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc2547 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 DSpmmReduceKernel.cpp153 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 Dlegalize_tf_communication.cc557 auto new_arg = new_args[new_args.size() - 1]; in UpdateControlFlowBlockArgWithToken() local
/aosp_15_r20/external/crcalc/src/com/hp/creals/
H A DCR.java959 CR new_arg = ONE.subtract(multiply(this)).sqrt(); in asin() local
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-hist.c1344 static char *new_arg(struct tracefs_synth *synth) in new_arg() function