HomeSort by relevance Sort by last modified time
    Searched defs:fetches (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_vsplit.c 57 unsigned fetches[MAP_SIZE]; member in struct:vsplit_frontend::__anon29395
70 memset(vsplit->cache.fetches, 0xff, sizeof(vsplit->cache.fetches));
96 if (vsplit->cache.fetches[hash] != fetch) {
98 vsplit->cache.fetches[hash] = fetch;
137 vsplit->cache.fetches[hash] = 0;
152 vsplit->cache.fetches[hash] = 0;
173 vsplit->cache.fetches[hash] = 0;
  /external/tensorflow/tensorflow/core/grappler/optimizers/
auto_parallel.cc 243 std::set<string> fetches; local
248 fetches.insert(fetch);
253 auto control = AddNodeControl(name_control, fetches, graph);
  /external/tensorflow/tensorflow/core/grappler/
grappler_item_builder_test.cc 40 GraphDef *def, CollectionDef *fetches,
60 // fetches->mutable_node_list()->add_value(g0[0].name());
61 fetches->mutable_node_list()->add_value("SymbolicGradient/dx");
62 fetches->mutable_node_list()->add_value("SymbolicGradient/dy_reshaped");
78 const CollectionDef &fetches) {
83 (*meta_def.mutable_collection_def())["train_op"] = fetches;
112 CollectionDef fetches; local
114 SampleSumSymbolicGradientGraphdef(&def, &fetches, &ops_of_inline);
117 std::unique_ptr<GrapplerItem> with_inline = CreateGrapplerItem(def, fetches);
  /external/tensorflow/tensorflow/python/client/
session.py 54 def run(self, fetches, feed_dict=None, options=None, run_metadata=None):
58 def partial_run_setup(self, fetches, feeds=None):
59 """Sets up the feeds and fetches for partial runs in the session."""
62 def partial_run(self, handle, fetches, feed_dict=None):
63 """Continues the execution with additional feeds and fetches."""
79 # List of extensions supported to convert run arguments into actual fetches and
196 fetches, tuple of fetches, namedtuple of fetches, or dict of fetches. Th
455 def fetches(self): member in class:_FetchHandler
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_session_test.cc 257 // Setup feeds and fetches.
526 std::vector<string> fetches; local
540 fetches.push_back(a2->name());
554 fetches.push_back(b2->name());
562 Status status = session->Run({}, fetches, {}, nullptr);
583 std::vector<string> fetches; local
600 fetches.push_back(a2->name());
614 fetches.push_back(b2->name());
622 Status status = session->Run({}, fetches, {}, nullptr);
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_test.cc 1069 TF_Output fetches[] = {TF_Output{plus2, 0}, TF_Output{plusB, 0}}; local
    [all...]

Completed in 94 milliseconds