Home
last modified time | relevance | path

Searched refs:leaf_index (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch.py89 leaf_index=None): argument
114 if leaf_index is not None:
115 result[LEAF_INDEX] = leaf_index
490 leaf_index = None
492 predictions, _, leaf_index = (
510 leaf_index = None
539 ensemble_stats, used_handlers, leaf_index)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h265 HloInstruction*(HloInstruction* leaf, const ShapeIndex& leaf_index,
442 HloInstruction*(HloInstruction* leaf, const ShapeIndex& leaf_index,
Dhlo_computation.cc627 HloInstruction*(HloInstruction* leaf, const ShapeIndex& leaf_index, in DeepCopyHelper() argument
676 HloInstruction* leaf, const ShapeIndex& leaf_index, in DeepCopyInstruction()
678 if (indices_to_copy == nullptr || indices_to_copy->element(leaf_index)) { in DeepCopyInstruction()
682 *copies_added->mutable_element(leaf_index) = copy; in DeepCopyInstruction()
696 HloInstruction*(HloInstruction* leaf, const ShapeIndex& leaf_index, in DeepCopyInstructionWithCustomCopier() argument
Dbfloat16_propagation.cc645 [hlo](HloInstruction* leaf, const ShapeIndex& leaf_index, in ResolveInconsistentFusions()
648 ShapeUtil::GetSubshape(hlo->shape(), leaf_index); in ResolveInconsistentFusions()
742 operand, [](HloInstruction* leaf, const ShapeIndex& leaf_index, in Run()