Home
last modified time | relevance | path

Searched defs:right_child (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dsplit_info.proto18 tensorflow.boosted_trees.trees.Leaf right_child = 3; field
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
Drouting_function_op.cc124 int32 right_child = left_child + 1; in Compute() local
Drouting_gradient_op.cc126 int32 right_child = left_child + 1; in Compute() local
Dk_feature_routing_function_op.cc144 int32 right_child = left_child + 1; in Compute() local
Dstochastic_hard_routing_function_op.cc157 int32 right_child = left_child + 1; in Compute() local
Dhard_routing_function_op.cc150 int32 right_child = left_child + 1; in Compute() local
Dk_feature_gradient_op.cc162 int32 right_child = left_child + 1; in Compute() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.h59 PartitionTreeNode* right_child() const { return children_[kRightChild]; } in right_child() function
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_heap.cc56 uint32_t right_child = left_child + 1; in adjust_downwards() local
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dsplit_handler_ops.cc292 auto* right_child = split_info.mutable_right_child(); in ComputeNormalDecisionTree() local
405 auto* right_child = oblivious_split_info.add_children(); in ComputeObliviousDecisionTree() local
674 auto* right_child = split_info.mutable_right_child(); in Compute() local
873 auto* right_child = split_info.mutable_right_child(); in ComputeNormalDecisionTree() local
986 auto* right_child = oblivious_split_info.add_children(); in ComputeObliviousDecisionTree() local
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp248 bool right_child = true; in InsertNode() local
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp248 bool right_child = true; in InsertNode() local
/external/grpc-grpc/test/core/iomgr/
Dtimer_heap_test.cc56 size_t right_child = left_child + 1u; in check_valid() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2832 NodeDef* right_child = node_map_->GetNode(node->input(1)); in ConstantPushDown() local