Home
last modified time | relevance | path

Searched defs:ArgSignature (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.h31 struct ArgSignature { struct
32 ArgSignature(xla::PrimitiveType dtype, absl::Span<const xla::int64> shape, in ArgSignature() argument
41 bool operator==(const ArgSignature& other) const { argument