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/
Dwhile_loop_constant_sinking.cc30 HloInstruction* while_body_root, int64 tuple_index) { in ReplaceUsesWhileKeepingLoopInvariance()
Dhlo_matchers.h77 int64 tuple_index) in HloGetTupleElementMatcher()
333 ::testing::Matcher<const HloInstruction*> operand, int64 tuple_index) { in GetTupleElement()
Dhlo_module_dce_test.cc48 const int64 tuple_index) { in WhileBodyHasPassThroughTupleElement()
Dtuple_points_to_analysis_test.cc762 HloInstruction* fusion_param, int64 tuple_index) { in GetFusionParameterUsersAt()
776 int64 tuple_index) { in GetUniqueFusionParameterUserAt()
Dhlo.proto75 int64 tuple_index = 13; field
Dhlo_instructions.h986 int64 tuple_index() const { return tuple_index_; } in tuple_index() function
Dhlo_instruction.cc3724 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()