Home
last modified time | relevance | path

Searched refs:right_id (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.cc69 : split.right_id(); in next_node()
77 : split.right_id(); in next_node()
197 int32 BoostedTreesEnsembleResource::right_id(const int32 tree_id, in right_id() function in tensorflow::BoostedTreesEnsembleResource
201 return node.bucketized_split().right_id(); in right_id()
469 old_to_new_ids[node.bucketized_split().right_id()]); in PostPruneTree()
506 const int32 right_id = node.bucketized_split().right_id(); in IsTerminalSplitNode() local
507 return is_leaf(tree_id, left_id) && is_leaf(tree_id, right_id); in IsTerminalSplitNode()
547 node->bucketized_split().right_id(), in RecursivelyDoPostPrunePreparation()
556 const int32 right_id = node->bucketized_split().right_id(); in RecursivelyDoPostPrunePreparation() local
560 nodes_to_delete->push_back(right_id); in RecursivelyDoPostPrunePreparation()
[all …]
Dboosted_trees.proto74 int32 right_id = 4; field
89 int32 right_id = 4; field
102 int32 right_id = 4; field
Dresources.h102 int32 right_id(const int32 tree_id, const int32 node_id) const;
/external/openscreen/cast/streaming/testing/
Dmessage_pipe.h65 explicit MessagePipe(std::string left_id, std::string right_id) in MessagePipe() argument
66 : left_id_(std::move(right_id)), in MessagePipe()
/external/tensorflow/tensorflow/core/kernels/tensor_forest/
Dresources.cc56 current_id = split.right_id(); in TraverseTree()
/external/python/cpython3/Modules/
D_ssl.c5119 const unsigned char *left_id, *right_id; in PySSLSession_richcompare() local
5123 right_id = SSL_SESSION_get_id(((PySSLSession *)right)->session, in PySSLSession_richcompare()
5126 result = memcmp(left_id, right_id, left_len); in PySSLSession_richcompare()