/external/tensorflow/tensorflow/contrib/tensor_forest/python/ |
D | tensor_forest_test.py | 38 max_nodes=1000, 52 max_nodes=1000000, 61 max_nodes=1000000, 76 max_nodes=1000, 92 max_nodes=1000, 108 max_nodes=1000, 126 max_nodes=1000, 169 max_nodes=1000, 192 max_nodes=1000,
|
D | tensor_forest.py | 91 proto.max_nodes = params.max_nodes 147 max_nodes=10000, argument 170 self.max_nodes = max_nodes
|
/external/tensorflow/tensorflow/contrib/tensor_forest/client/ |
D | random_forest_test.py | 67 max_nodes=1000, 90 max_nodes=1000, 111 max_nodes=100, 150 max_nodes=10000, 176 max_nodes=1000, 204 max_nodes=1000, 229 max_nodes=1000, 256 max_nodes=1000, 275 max_nodes=1000, 297 max_nodes=100, [all …]
|
/external/freetype/src/cache/ |
D | ftcmru.c | 171 FT_UInt max_nodes, in FTC_MruList_Init() argument 176 list->max_nodes = max_nodes; in FTC_MruList_Init() 245 if ( list->num_nodes >= list->max_nodes && list->max_nodes > 0 ) in FTC_MruList_New()
|
D | ftcmru.h | 123 FT_UInt max_nodes; member 135 FT_UInt max_nodes,
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/ |
D | decisions_to_data.py | 65 max_nodes=self.params.num_nodes) 107 max_nodes=self.params.num_nodes, 147 max_nodes=self.params.num_nodes, 199 max_nodes=self.params.num_nodes, 234 max_nodes=self.params.num_nodes)
|
/external/grpc-grpc/test/core/channel/ |
D | channel_trace_test.cc | 98 size_t expected_num_event_logged, size_t max_nodes) { in ValidateChannelTrace() argument 99 if (!max_nodes) return; in ValidateChannelTrace() 107 GPR_MIN(expected_num_event_logged, max_nodes)); in ValidateChannelTrace()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.h | 83 const HloInstruction& to, int64 max_nodes,
|
D | hlo_graph_dumper.cc | 1377 const HloInstruction* to, int64 max_nodes, in MakeNodeFromToFilter() argument 1391 while (!queue.empty() && to_display.size() < max_nodes) { in MakeNodeFromToFilter() 1401 for (; it != path.end() && to_display.size() < max_nodes; ++it) { in MakeNodeFromToFilter()
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/kernel_tests/ |
D | routing_function_op_test.py | 41 self.input_data, self.tree_weights, self.tree_thresholds, max_nodes=3)
|
D | k_feature_routing_function_op_test.py | 66 max_nodes=self.params.num_nodes,
|
/external/tensorflow/tensorflow/contrib/tensor_forest/ |
D | README.md | 17 num_trees=50, max_nodes=1000) 93 * `max_nodes`. Defaults to 10,000. No tree is allowed to grow beyond 94 `max_nodes` nodes, and training stops when all trees in the forest are this
|
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/ |
D | training_ops.py | 87 max_nodes=op.get_attr('max_nodes')),
|
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/ |
D | fertile_stats.proto | 11 // This may be sized to max_nodes initially, or grow dynamically as needed.
|
D | tensor_forest_params.proto | 124 int32 max_nodes = 7; field
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | stats_ops.cc | 389 param_proto_.max_nodes(); in Compute()
|
/external/libhevc/encoder/ |
D | ihevce_lap_interface.c | 126 WORD32 max_nodes = MAX_SUB_GOP_SIZE - 1; in ihevce_lap_get_mem_recs() local 133 ps_mem_tab[LAP_NODE_MEM].i4_mem_size = (max_nodes * sizeof(ihevce_encode_node_t)); in ihevce_lap_get_mem_recs()
|