Home
last modified time | relevance | path

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

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