You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
585 B
20 lines
585 B
#pragma once
|
|
|
|
// This file contains autogenerated LazyTensor IR nodes
|
|
${lazy_ir_sysinc}
|
|
${lazy_ir_inc}
|
|
|
|
${namespace_prologue}
|
|
using at::operator<<;
|
|
|
|
// kNullValue is used to contribute a static hash value any time
|
|
// a node has an Optional<Value> input that is nullopt. It is important
|
|
// to differentiate between HASH(std::nullopt, something) and HASH(something, std::nullopt),
|
|
// and using kNullValue in the hash function in the order of arguments
|
|
// serves this purpose.
|
|
static const torch::lazy::Value kNullValue = torch::lazy::Value();
|
|
|
|
${ir_declarations}
|
|
|
|
${namespace_epilogue}
|