Home
last modified time | relevance | path

Searched refs:ir_node_to_tensor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dconv.py394 ir.ir_node_to_tensor(x, guard_shape=True),
395 ir.ir_node_to_tensor(weight, guard_shape=True),
396 ir.ir_node_to_tensor(bias, guard_shape=True),
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dmkldnn_ir.py14 ir_node_to_tensor,
100 x_fake = ir_node_to_tensor(x, guard_shape=True)
101 weight_fake = ir_node_to_tensor(weight, guard_shape=True)
132 ir_node_to_tensor(bias, guard_shape=True) if bias is not None else bias
H A Dir.py225 def ir_node_to_tensor(x, guard_shape=True): function
4162 example_args.append(ir_node_to_tensor(x, guard_shape=True))
5856 x_fake = ir_node_to_tensor(x, guard_shape=True)
5857 weight_fake = ir_node_to_tensor(weight, guard_shape=True)
5888 ir_node_to_tensor(bias, guard_shape=True) if bias is not None else bias
H A Dscheduler.py672 from .ir import ir_node_to_tensor
675 ir_node_to_tensor(input, guard_shape=False)