Home
last modified time | relevance | path

Searched defs:base_handle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dexpr.h214 VarPtr base_handle() const { in base_handle() function
217 void set_base_handle(VarPtr base_handle) { in set_base_handle()
H A Dstmt.h312 VarPtr base_handle() const { in base_handle() function
846 VarPtr base_handle() const { in base_handle() function
H A Dir.h455 VarPtr base_handle() const { in base_handle() function
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests/
Dstream.rs375 let base_handle = te in flatten_unordered() localVariable
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_wrapper_cpu.py2580 def create_tmp_raii_handle_var(self, base_handle): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/tests/
H A Draw_api_test.cc774 auto base_handle = ops::XRTAllocate(root, value); in TEST() local