Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/runtime/
Dgraph_executor.cpp258 input_instructions_(input_size) {} in DifferentiableGraphBackward()
264 input_instructions_.unpack(std::move(inputs), stack); in apply()
363 input_instructions_.pushTensorList(tensors.size()); in addInputIValue()
368 input_instructions_.pushTensor(); in addInputIValue()
371 input_instructions_.pushNone(); in addInputIValue()
400 UnpackInstructions input_instructions_; member