Home
last modified time | relevance | path

Searched refs:max_nodes (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/python/
Dtensor_forest_test.py38 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,
Dtensor_forest.py91 proto.max_nodes = params.max_nodes
147 max_nodes=10000, argument
170 self.max_nodes = max_nodes
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest_test.py67 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/
Dftcmru.c171 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()
Dftcmru.h123 FT_UInt max_nodes; member
135 FT_UInt max_nodes,
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/
Ddecisions_to_data.py65 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/
Dchannel_trace_test.cc98 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/
Dhlo_graph_dumper.h83 const HloInstruction& to, int64 max_nodes,
Dhlo_graph_dumper.cc1377 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/
Drouting_function_op_test.py41 self.input_data, self.tree_weights, self.tree_thresholds, max_nodes=3)
Dk_feature_routing_function_op_test.py66 max_nodes=self.params.num_nodes,
/external/tensorflow/tensorflow/contrib/tensor_forest/
DREADME.md17 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/
Dtraining_ops.py87 max_nodes=op.get_attr('max_nodes')),
/external/tensorflow/tensorflow/contrib/tensor_forest/proto/
Dfertile_stats.proto11 // This may be sized to max_nodes initially, or grow dynamically as needed.
Dtensor_forest_params.proto124 int32 max_nodes = 7; field
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Dstats_ops.cc389 param_proto_.max_nodes(); in Compute()
/external/libhevc/encoder/
Dihevce_lap_interface.c126 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()