Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dtupleobject.c.h21 tuple_index(PyTupleObject *self, PyObject *const *args, Py_ssize_t nargs) in tuple_index() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h77 int64 tuple_index) in HloGetTupleElementMatcher()
305 ::testing::Matcher<const HloInstruction*> operand, int64 tuple_index) { in GetTupleElement()
Dwhile_loop_constant_sinking.cc30 HloInstruction* while_body_root, int64 tuple_index) { in ReplaceUsesWhileKeepingLoopInvariance()
Dhlo_module_dce_test.cc49 const int64 tuple_index) { in WhileBodyHasPassThroughTupleElement()
Dhlo.proto69 int64 tuple_index = 13; field
Dtuple_points_to_analysis_test.cc736 HloInstruction* fusion_param, int64 tuple_index) { in GetFusionParameterUsersAt()
750 int64 tuple_index) { in GetUniqueFusionParameterUserAt()
Dhlo_instructions.h913 int64 tuple_index() const { return tuple_index_; } in tuple_index() function
Dhlo_instruction.cc3384 int64 HloInstruction::tuple_index() const { in tuple_index() function in xla::HloInstruction
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dwhile_transformer_test.cc38 const int64 tuple_index, const int64 limit) { in BuildConditionComputation()