PyTorch
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
OptionalArrayRef.h File Reference
#include <c10/util/ArrayRef.h>
#include <c10/util/Optional.h>

Go to the source code of this file.

Classes

class  c10::OptionalArrayRef< T >
 

Namespaces

namespace  c10
 

Typedefs

using c10::OptionalIntArrayRef = OptionalArrayRef< int64_t >
 

Functions

bool c10::operator== (const OptionalIntArrayRef &a1, const IntArrayRef &other)
 
bool c10::operator== (const c10::IntArrayRef &a1, const c10::OptionalIntArrayRef &a2)