Home
last modified time | relevance | path

Searched defs:new_fn (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/coreboot/src/southbridge/intel/bd82x6x/
H A Dpch.c116 static void pch_pcie_function_swap(u8 old_fn, u8 new_fn) in pch_pcie_function_swap()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/pcie/
H A Dpcie_rp.c114 const int new_fn = mapping[rp_idx]; in pcie_rp_update_dev() local
/aosp_15_r20/external/autotest/frontend/afe/
H A Drpc_handler.py265 def new_fn(*args): function
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py448 def new_fn(*tensors_): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.cpp82 std::unique_ptr<Function> new_fn = std::make_unique<Function>( in unsafeCopyMethod() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dllvm_ir_runtime.cc100 llvm::Function* new_fn = llvm::Function::Create( in RewriteCalls() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c484 struct lp_build_fn *new_fn = ralloc(fns, struct lp_build_fn); in generate_compute() local
496 struct lp_build_fn *new_fn = entry->data; in generate_compute() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp184 const std::shared_ptr<torch::autograd::Node>& new_fn) { in update_tensor_hooks_on_new_gradfn()
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dgradcheck.py1756 def new_fn(inp): function
/aosp_15_r20/art/runtime/jni/
H A Djni_internal_test.cc1113 #define EXPECT_PRIMITIVE_ARRAY(new_fn, \ argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py5167 def new_fn(x): function