MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsOpaque

Method IsOpaque

tensorflow/compiler/xla/shape.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 bool IsTuple() const { return element_type() == TUPLE; }
59 bool IsToken() const { return element_type() == TOKEN; }
60 bool IsOpaque() const { return element_type() == OPAQUE_TYPE; }
61
62 // Returns true if no array dimension in the shape is dynamically sized. Tuple
63 // shapes are traversed recursively.

Callers 9

ResetLayoutMethod · 0.80
CreateNaryMethod · 0.80
TEST_FFunction · 0.80
EmitGetTupleElementFunction · 0.80
ShapeSizeBytesMethod · 0.80
ShapeSizeBytesMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64