Home
last modified time | relevance | path

Searched defs:self_value (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlower_graph.cpp60 auto self_value = g->inputs().at(self_offset); in lower_graph() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtracer.cpp428 Value* self_value, in gatherParametersAndBuffers()
483 Value* self_value = state->graph->insertInput(0, "self")->setType( in trace() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dinit.cpp2135 std::optional<IValue> self_value = toTypeInferredIValueOptional(self); in initJITBindings() local
2145 std::optional<IValue> self_value = toTypeInferredIValueOptional(self); in initJITBindings() local