Searched refs:tensorIdToValue_ (Results 1 – 4 of 4) sorted by relevance
27 tensorIdToValue_ = llgaGraphHelper.getTensorIdToValue(); in LlgaKernel()47 tensorIdToValue_.count(inputId) > 0, in initializeConstantInputs()51 auto* value = tensorIdToValue_[inputId]; in initializeConstantInputs()
72 std::map<size_t, Value*> tensorIdToValue_; variable
84 tensorIdToValue_; // map from tensorId to torch::jit::Value variable
425 tensorIdToValue_.emplace(input->unique(), input); in LlgaGraphHelper()583 return tensorIdToValue_; in getTensorIdToValue()