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

Function GetTupleElement

tensorflow/compiler/xla/client/xla_builder.cc:3040–3042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3038}
3039
3040XlaOp GetTupleElement(const XlaOp tuple_data, int64 index) {
3041 return tuple_data.builder()->GetTupleElement(tuple_data, index);
3042}
3043
3044XlaOp Eq(const XlaOp lhs, const XlaOp rhs,
3045 absl::Span<const int64> broadcast_dimensions) {

Callers 15

AllReduceMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
ExportXlaOpFunction · 0.50
LowerFunctionCallMethod · 0.50
BuildComputationFunction · 0.50
BuildArgumentsMethod · 0.50
CompileFunctionalNodeMethod · 0.50
SetFromPackMethod · 0.50
BitGenFunction · 0.50
CompileMethod · 0.50

Calls 2

GetTupleElementMethod · 0.80
builderMethod · 0.45

Tested by 15

TEST_FFunction · 0.56
TESTFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_PFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40
XLA_TEST_FFunction · 0.40