Home
last modified time | relevance | path

Searched defs:inps (Results 1 – 25 of 31) sorted by relevance

12

/external/pytorch/test/functorch/
Dtest_minifier.py21 def has_mul(fx_g, inps): argument
41 def has_nans(fx_g, inps): argument
61 def inputs_returned(fx_g, inps): argument
78 def has_add(fx_g, inps): argument
105 def pass_checker(fx_g, inps): argument
Dtest_memory_efficient_fusion.py99 def run_and_compare_activation(self, fn, inps): argument
Dtest_aotdispatch.py3232 def g(inps): argument
4004 f, inps, partitioner=min_cut_rematerialization_partition, dynamic=False argument
4988 def fn(inps): argument
/external/pytorch/torch/_functorch/
Dfx_minifier.py86 def _convert_node_to_placeholder(graph, node, inps): argument
147 def dump_state(fx_g, inps): argument
176 inps, argument
213 def graph_fails(graph, inps): argument
372 def _consolidate_placeholders(cur_graph, inps): argument
Dcompilers.py55 def ts_compile(fx_g: fx.GraphModule, inps) -> Callable: argument
275 def debug_compile(fx_g, inps): argument
Deager_transforms.py110 def _create_differentiable(inps, level=None): argument
122 def _undo_create_differentiable(inps, level=None): argument
/external/executorch/examples/models/llama/
Deval_llama_lib.py56 def _model_call(self, inps): argument
112 def _model_call(self, inps): argument
148 def _model_call(self, inps): argument
/external/pytorch/test/dynamo/
Dtest_input_attr_tracking.py28 def grab_graph_backend(gm, inps): argument
57 def grab_graph_backend(gm, inps): argument
86 def grab_graph_backend(gm, inps): argument
/external/executorch/examples/models/llama/evaluate/
Deager_eval.py76 def _model_call(self, inps): argument
/external/pytorch/torch/csrc/jit/passes/
Dpeephole_alias_sensitive.cpp87 auto inps = node->inputs(); in runBlock() local
/external/pytorch/test/higher_order_ops/
Dtest_with_effects.py53 f, inps, partitioner=min_cut_rematerialization_partition, dynamic=False argument
83 def make_inputs_non_leaves(inps): argument
/external/pytorch/test/distributed/tensor/parallel/
Dtest_micro_pipeline_tp.py43 def _make_post_grad_fx(f, *inps):
/external/pytorch/test/export/
Dtest_experimental.py141 def _check_equality_and_annotations(m_func, inps): argument
/external/pytorch/torch/_functorch/_aot_autograd/
Dutils.py106 def f(fx_g, inps): argument
/external/pytorch/torch/csrc/jit/runtime/static/
Dfusion.cpp47 auto inps = torch::jit::last(stack, num_inputs); in createStaticSubgraphRuntime() local
/external/pytorch/benchmarks/dynamo/microbenchmarks/
Doperator_inp_utils.py223 def deserialize_args(inps): argument
/external/pytorch/test/cpp/jit/
Dtest_shape_analysis.cpp230 std::vector<at::Tensor> inps = { in TEST() local
/external/pytorch/test/inductor/
Dtest_pad_mm.py434 def mm(inps, b): argument
Dtest_snode_runtime.py198 def _verify_runtime_estimation(self, fn, inps): argument
Dtest_cuda_repro.py1128 def cat(inps): argument
Dtest_cudagraph_trees.py1727 def f(inps): argument
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dgradients_test.py189 def model_fn(inps, init_state): argument
/external/pytorch/test/
Dtest_expanded_weights.py795 def forward(self, *inps):
/external/pytorch/aten/src/ATen/native/
DTensorCompare.cpp500 Device out_device(Args&... inps){ in out_device()
/external/pytorch/torch/autograd/
Dgradcheck.py345 def fn_pack_inps(*inps):

12