Searched defs:flat_args (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/ |
H A D | function.cc | 152 std::vector<AbstractTensorHandle*>* flat_args) { in Flatten() 166 absl::Span<AbstractTensorHandle* const> flat_args, TaggedValue structure) { in Unflatten()
|
/aosp_15_r20/external/pytorch/torch/_higher_order_ops/ |
H A D | map.py | 143 def flat_fn(*flat_args): 159 def forward(ctx, fw_graph, joint_graph, num_mapped_args, *flat_args):
|
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/ |
H A D | post_grad.py | 826 def decomp(*flat_args): 846 def decomp(*flat_args): 870 def decomp(*flat_args):
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | vmap.py | 353 def _get_chunked_inputs(flat_args, flat_in_dims, batch_size, chunk_size): argument 473 func, batch_size, flat_in_dims, flat_args, args_spec, out_dims, randomness, **kwargs argument
|
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/ |
H A D | runtime_wrappers.py | 452 flat_args, argument 524 flat_args, argument 1636 def backward(ctx, *flat_args):
|
H A D | collect_metadata_analysis.py | 148 def inner(*flat_args):
|
H A D | utils.py | 176 def flat_fn(*flat_args):
|
/aosp_15_r20/external/pytorch/torch/_custom_op/ |
H A D | autograd.py | 104 def forward(ctx, *flat_args):
|
/aosp_15_r20/external/pytorch/torch/_export/ |
H A D | wrappers.py | 76 def check_flattened(flat_args): argument
|
/aosp_15_r20/external/pytorch/torch/_prims_common/ |
H A D | wrappers.py | 377 def forward(ctx, args_spec, *flat_args):
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | composite_compliance.py | 287 def generate_subclass_choices(flat_args, CCT, cct_mode): argument
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | eval_frame.py | 1030 flat_args, argument
|
/aosp_15_r20/external/pytorch/functorch/csrc/dim/ |
H A D | dim.cpp | 1230 Slice<mpy::handle> flat_args; in run_torch_function() local
|