Home
last modified time | relevance | path

Searched refs:graph_builder (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/python/
Dtensor_forest_test.py79 graph_builder = tensor_forest.RandomForestGraphs(params)
80 graph = graph_builder.training_graph(input_data, input_labels)
96 graph_builder = tensor_forest.RandomForestGraphs(params)
97 graph = graph_builder.training_graph(input_data, input_labels)
111 graph_builder = tensor_forest.RandomForestGraphs(params)
112 probs, paths, var = graph_builder.inference_graph(input_data)
146 graph_builder = tensor_forest.RandomForestGraphs(hparams,
148 probs, paths, var = graph_builder.inference_graph(input_data)
172 graph_builder = tensor_forest.RandomForestGraphs(params)
173 graph = graph_builder.training_graph(input_data, input_labels)
[all …]
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/models/
Ddecisions_to_data_then_nn_test.py66 graph_builder = decisions_to_data_then_nn.DecisionsToDataThenNN(
84 graph_builder = decisions_to_data_then_nn.DecisionsToDataThenNN(
99 graph_builder = decisions_to_data_then_nn.DecisionsToDataThenNN(
101 graph = graph_builder.inference_graph(data, None)
115 graph_builder = decisions_to_data_then_nn.DecisionsToDataThenNN(
117 graph = graph_builder.training_graph(data, labels, None)
Dk_feature_decisions_to_data_then_nn_test.py66 graph_builder = (
69 graph = graph_builder.inference_graph(data, None)
83 graph_builder = (
86 graph = graph_builder.training_graph(data, labels, None)
Dforest_to_data_then_nn_test.py67 graph_builder = forest_to_data_then_nn.ForestToDataThenNN(self.params)
68 graph = graph_builder.inference_graph(data, None)
82 graph_builder = forest_to_data_then_nn.ForestToDataThenNN(self.params)
83 graph = graph_builder.training_graph(data, labels, None)
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/
Ddecisions_to_data_test.py61 graph_builder = decisions_to_data.DecisionsToDataLayer(self.params, 0,
63 unused_graph = graph_builder.inference_graph(self.input_data)
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Drandom_forest.py202 graph_builder = graph_builder_class(params,
205 logits, tree_paths, regression_variance = graph_builder.inference_graph(
208 summary.scalar('average_tree_size', graph_builder.average_size())
224 graph_builder.training_graph(
242 all_handles = graph_builder.get_all_resource_handles()
253 graph_builder.feature_importances())
/external/v8/src/compiler/
Djs-inlining.cc489 BytecodeGraphBuilder graph_builder( in ReduceJSCall() local
493 graph_builder.CreateGraph(); in ReduceJSCall()
Dbytecode-graph-builder.cc667 BytecodeGraphBuilder* graph_builder) in OsrIteratorState() argument
670 graph_builder_(graph_builder), in OsrIteratorState()
671 saved_states_(graph_builder->local_zone()) {} in OsrIteratorState()
Dpipeline.cc1146 BytecodeGraphBuilder graph_builder( in Run() local
1153 graph_builder.CreateGraph(); in Run()