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

Method HandleGetTupleElement

tensorflow/compiler/xla/service/hlo_verifier.cc:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551Status ShapeVerifier::HandleGetTupleElement(HloInstruction* get_tuple_element) {
552 return CheckShape(get_tuple_element,
553 ShapeInference::InferGetTupleElementShape(
554 get_tuple_element->operand(0)->shape(),
555 get_tuple_element->tuple_index()));
556}
557
558namespace {
559Status SameElementTypesForOperandsAndToApplyParameters(

Callers 1

VisitMethod · 0.45

Calls 3

shapeMethod · 0.45
operandMethod · 0.45
tuple_indexMethod · 0.45

Tested by

no test coverage detected