Home
last modified time | relevance | path

Searched defs:new_inputs (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dcompile_fx.py648 def compiled_artifact(new_inputs): argument
950 def run(new_inputs): argument
996 def run(new_inputs): argument
1101 def run(new_inputs): argument
1124 def run(new_inputs): argument
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A Deinsum_spmd_expander.cc55 std::vector<mlir::Value> new_inputs; in ExpandOp() local
390 Layout& einsum_layout, std::vector<mlir::Value>& new_inputs) { in MaybeRelayoutInputs()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconcat_opt.cpp119 std::vector<Value*> new_inputs = { in handleCat() local
164 std::vector<Value*> new_inputs = { in handleCat() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/fallback/
H A Dop_kernel_runner_test.cc66 gtl::InlinedVector<TensorValue, 4> new_inputs{TensorValue(&c)}; in TEST() local
/aosp_15_r20/external/pytorch/torch/_dynamo/backends/
H A Dcudagraphs.py245 def run(*new_inputs):
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreduce_decomposer.cc38 std::vector<HloInstruction*> new_inputs; in HandleReduce() local
H A Dhlo_dataflow_analysis.cc494 std::vector<HloValue*> new_inputs; in Phi() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_script.cpp1585 std::vector<Value*> new_inputs = forward_tuple->inputs().vec(); in loadModule() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcontrol_flow_deps_to_chains.cc143 std::vector<Node*> new_inputs; in Run() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_io_to_temporaries.c43 struct exec_list new_inputs; member
H A Dnir_lower_io_to_vector.c423 nir_variable *new_inputs[MAX_SLOTS][4] = { { 0 } }; in nir_lower_io_to_vector_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dregion_control_flow_to_functional.cc404 auto new_inputs = llvm::to_vector<4>(while_region.getOperands()); in ConvertWhileOp() local
H A Dtpu_variable_runtime_reformatting.cc225 MutableArrayRef<TF::VarHandleOp> new_inputs, in AddInputsToReplicateOp()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/parallel_for/
H A Dpfor.py614 new_inputs, not_all_done): argument
4846 new_inputs, not_all_done): argument
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dengine.cpp1005 variable_list new_inputs = inputs.buffer; in evaluate_function() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp390 [](Graph& g, const std::vector<size_t>& new_inputs) { in initPythonIRBindings()
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp1572 std::vector<Value*> new_inputs; in permuteInputs() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.cpp550 std::vector<ExprPtr> new_inputs; in vectorize_inputs() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp4063 auto new_inputs = List<Expr>::create(apply.range(), {ll}); in emitApplySpecialFormForDict() local