Home
last modified time | relevance | path

Searched defs:left_child (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dsplit_info.proto15 tensorflow.boosted_trees.trees.Leaf left_child = 2; field
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
Drouting_function_op.cc123 int32 left_child = 2 * j + 1; in Compute() local
Drouting_gradient_op.cc125 int32 left_child = 2 * j + 1; in Compute() local
Dk_feature_routing_function_op.cc143 int32 left_child = 2 * j + 1; in Compute() local
Dhard_routing_function_op.cc149 int32 left_child = 2 * node + 1; in Compute() local
Dstochastic_hard_routing_function_op.cc156 int32 left_child = 2 * node + 1; in Compute() local
Dk_feature_gradient_op.cc161 int32 left_child = 2 * j + 1; in Compute() local
Dstochastic_hard_routing_gradient_op.cc201 int32 left_child = 2 * j + 1; in Compute() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.h58 PartitionTreeNode* left_child() const { return children_[kLeftChild]; } in left_child() function
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.cc54 uint32_t left_child = 1u + 2u * i; in adjust_downwards() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dsplit_handler_ops.cc291 auto* left_child = split_info.mutable_left_child(); in ComputeNormalDecisionTree() local
404 auto* left_child = oblivious_split_info.add_children(); in ComputeObliviousDecisionTree() local
673 auto* left_child = split_info.mutable_left_child(); in Compute() local
872 auto* left_child = split_info.mutable_left_child(); in ComputeNormalDecisionTree() local
985 auto* left_child = oblivious_split_info.add_children(); in ComputeObliviousDecisionTree() local
/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc55 size_t left_child = 1u + 2u * i; in check_valid() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2831 NodeDef* left_child = node_map_->GetNode(node->input(0)); in ConstantPushDown() local