Home
last modified time | relevance | path

Searched defs:static_input (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_execute_op.cc234 se::DeviceMemoryBase static_input = in UpdateDynamicInputs() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py1023 def static_input(x: torch.Tensor): function