Searched defs:ir_value (Results 1 – 7 of 7) sorted by relevance
43 LazyTensorPtr LazyTensor::Create(Value ir_value, const BackendDevice& device) { in Create()67 LazyTensor::LazyTensor(Value ir_value, const BackendDevice& device) in LazyTensor()150 void LazyTensor::SetIrValue(Value ir_value) { in SetIrValue()157 void LazyTensor::SetInPlaceIrValue(Value ir_value) { in SetInPlaceIrValue()185 Value ir_value = CurrentIrValue(); in GetIrValue() local
473 Value ir_value = tensor->CurrentIrValue(); in DumpBackendComputation() local526 Value ir_value = GetIrValueForScalar(value, type, device); in GetIrValueForExpandedScalar() local603 Value ir_value = tensors[i]->CurrentIrValue(); in CollectSyncTensors() local660 Value ir_value = tensor->CurrentIrValue(); in ExtractIRAndPrepareTensorData() local710 for (const auto& ir_value : ir_values) { in RunPostOrder() local774 for (const auto& ir_value : ir_values) { in Compile() local1071 Value ir_value = tensors[index]->CurrentIrValue(); in GetGraphHash() local
98 torch::lazy::Value ir_value = tensor->CurrentIrValue(); in GetTensorsGraphInfo() local108 torch::lazy::Value ir_value = tensor->CurrentIrValue(); in GetTensorsGraphInfo() local
49 Value ir_value; member
251 for (auto& ir_value : values) { in ToBackend() local
123 llvm::Value* CastToTypedValue(const Shape& shape, llvm::Value* ir_value, in CastToTypedValue()143 llvm::Value* ir_value) { in GetTypedIrValue()156 llvm::Value* ir_value, in BindHloToIrValue()
101 static void WriteEncodedValue(const ir::EncodedValue* ir_value, Section& data) { in WriteEncodedValue()