Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/external/e2fsprogs/tests/progs/test_data/
Dtest.icount12 fetch 0
16 fetch 20001
21 # OK, now let's test fetch and store. We also test the boundary cases
24 fetch 1
26 fetch 1
28 fetch 1
30 fetch 1
32 fetch 1
34 fetch 1
35 fetch 20000
[all …]
Dexpect.icount5 test_icount: fetch 0
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
13 test_icount: fetch 20001
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
21 test_icount: fetch 1
24 test_icount: fetch 1
27 test_icount: fetch 1
30 test_icount: fetch 1
33 test_icount: fetch 1
36 test_icount: fetch 1
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() argument
65 struct draw_context *draw = fetch->draw; in draw_pt_fetch_prepare()
72 fetch->vertex_size = vertex_size; in draw_pt_fetch_prepare()
138 if (!fetch->translate || in draw_pt_fetch_prepare()
139 translate_key_compare(&fetch->translate->key, &key) != 0) in draw_pt_fetch_prepare()
142 fetch->translate = translate_cache_find(fetch->cache, &key); in draw_pt_fetch_prepare()
148 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() argument
153 struct draw_context *draw = fetch->draw; in draw_pt_fetch_run()
154 struct translate *translate = fetch->translate; in draw_pt_fetch_run()
176 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear() argument
[all …]
Ddraw_pt_vsplit.c88 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() argument
92 hash = fetch % MAP_SIZE; in vsplit_add_cache()
96 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache()
98 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache()
103 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache()
114 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx() argument
116 return draw_overflow_uadd(start, fetch, MAX_ELT_IDX); in vsplit_get_base_idx()
122 #define VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias) \ argument
124 elt_idx = vsplit_get_base_idx(start, fetch); \
130 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte() argument
[all …]
Ddraw_vs_variant.c56 struct translate *fetch; member
74 vsvg->fetch->set_buffer(vsvg->fetch, in vsvg_set_buffer()
168 vsvg->fetch->run_elts( vsvg->fetch, in vsvg_run_elts()
236 vsvg->fetch->run( vsvg->fetch, in vsvg_run_linear()
302 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
322 fetch.nr_elements = key->nr_inputs; in draw_vs_create_variant_generic()
323 fetch.output_stride = vsvg->temp_vertex_stride; in draw_vs_create_variant_generic()
325 fetch.element[i].type = TRANSLATE_ELEMENT_NORMAL; in draw_vs_create_variant_generic()
326 fetch.element[i].input_format = key->element[i].in.format; in draw_vs_create_variant_generic()
327 fetch.element[i].input_buffer = key->element[i].in.buffer; in draw_vs_create_variant_generic()
[all …]
Ddraw_pt_fetch_shade_pipeline.c46 struct pt_fetch *fetch; member
110 draw_pt_fetch_prepare( fpme->fetch, in fetch_pipeline_prepare()
156 static void fetch( struct pt_fetch *fetch, in fetch() argument
161 draw_pt_fetch_run_linear( fetch, in fetch()
167 draw_pt_fetch_run( fetch, in fetch()
268 fetch( fpme->fetch, fetch_info, (char *)fetched_vert_info.verts ); in fetch_pipeline_generic()
475 if (fpme->fetch) in fetch_pipeline_destroy()
476 draw_pt_fetch_destroy( fpme->fetch ); in fetch_pipeline_destroy()
509 fpme->fetch = draw_pt_fetch_create( draw ); in draw_pt_fetch_pipeline_or_emit()
510 if (!fpme->fetch) in draw_pt_fetch_pipeline_or_emit()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc49 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
50 fetch->mutable_id()->set_node_name("baz"); in TEST()
51 fetch->mutable_id()->set_output_index(456); in TEST()
52 fetch->set_name("baz_debug"); in TEST()
53 fetch = config.add_fetch(); in TEST()
54 fetch->mutable_id()->set_node_name("banana"); in TEST()
55 fetch->mutable_id()->set_output_index(0); in TEST()
97 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
98 fetch->mutable_id()->set_node_name("bar"); in TEST()
99 fetch->mutable_id()->set_output_index(-1); in TEST()
[all …]
/external/tensorflow/tensorflow/python/client/
Dsession.py107 lambda fetch: (
108 [fetch.indices, fetch.values, fetch.dense_shape],
116 lambda fetch: (
117 [fetch.values, fetch.indices] if fetch.dense_shape is None
118 else [fetch.values, fetch.indices, fetch.dense_shape],
125 lambda fetch: ([fetch], lambda fetched_vals: fetched_vals[0]),
227 def for_fetch(fetch): argument
240 if fetch is None:
241 raise TypeError('Fetch argument %r has invalid type %r' % (fetch,
242 type(fetch)))
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dmain.rb69 @no_output = options.fetch( :no_output, false )
70 @profile = options.fetch( :profile, false )
71 @debug_socket = options.fetch( :debug_socket, false )
72 @ruby_prof = options.fetch( :ruby_prof, false )
73 @encoding = options.fetch( :encoding, nil )
74 @interactive = options.fetch( :interactive, false )
75 @input = options.fetch( :input, $stdin )
125 @input = options.fetch( :input, $stdin )
126 @output = options.fetch( :output, $stdout )
127 @error = options.fetch( :error, $stderr )
[all …]
Dtemplate.rb39 templates = @templates || options.fetch( :templates ) do
53 @templates.fetch( name, values )
95 namespace = options.fetch( :namespace, ::Object )
108 namespace = options.fetch( :namespace, ::Object )
131 def fetch( name, values = {} ) method in ANTLR3.Template.Group
132 self::TEMPLATES.fetch( name.to_s ).new( values )
156 context = self::TEMPLATES.fetch( old_name.to_s ) do
317 param.splat = options.fetch( :splat, false )
318 param.block = options.fetch( :block, false )
Dstreams.rb400 @position = options.fetch :position, 0
401 @line = options.fetch :line, 1
402 @column = options.fetch :column, 0
435 @position = options.fetch :position, 0
436 @line = options.fetch :line, 1
437 @column = options.fetch :column, 0
787 @channel = options.fetch( :channel ) { stream.channel or DEFAULT_CHANNEL }
788 @source_name = options.fetch( :source_name ) { stream.source_name }
792 @channel = options.fetch( :channel, DEFAULT_CHANNEL )
793 @source_name = options.fetch( :source_name ) { @token_source.source_name rescue nil }
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir-a2xx.h84 } fetch; member
162 instr->fetch.opc = VTX_FETCH; in ir2_instr_create_vtx_fetch()
163 instr->fetch.const_idx = ci; in ir2_instr_create_vtx_fetch()
164 instr->fetch.const_idx_sel = cis; in ir2_instr_create_vtx_fetch()
165 instr->fetch.fmt = fmt; in ir2_instr_create_vtx_fetch()
166 instr->fetch.is_signed = is_signed; in ir2_instr_create_vtx_fetch()
167 instr->fetch.stride = stride; in ir2_instr_create_vtx_fetch()
174 instr->fetch.opc = TEX_FETCH; in ir2_instr_create_tex_fetch()
175 instr->fetch.const_idx = ci; in ir2_instr_create_tex_fetch()
Dfd2_program.c189 instr->fetch.const_idx = 20 + (i / 3); in patch_vtx_fetches()
190 instr->fetch.const_idx_sel = i % 3; in patch_vtx_fetches()
192 instr->fetch.fmt = fd2_pipe2surface(format); in patch_vtx_fetches()
193 instr->fetch.is_normalized = desc->channel[j].normalized; in patch_vtx_fetches()
194 instr->fetch.is_signed = in patch_vtx_fetches()
196 instr->fetch.stride = vb->stride ? : 1; in patch_vtx_fetches()
197 instr->fetch.offset = elem->src_offset; in patch_vtx_fetches()
202 assert(instr->fetch.fmt != ~0); in patch_vtx_fetches()
207 instr->fetch.fmt, in patch_vtx_fetches()
208 instr->fetch.const_idx, in patch_vtx_fetches()
[all …]
Dir-a2xx.c281 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in instr_emit_fetch() local
286 memset(fetch, 0, sizeof(*fetch)); in instr_emit_fetch()
291 fetch->opc = instr->fetch.opc; in instr_emit_fetch()
293 if (instr->fetch.opc == VTX_FETCH) { in instr_emit_fetch()
294 instr_fetch_vtx_t *vtx = &fetch->vtx; in instr_emit_fetch()
296 assert(instr->fetch.stride <= 0xff); in instr_emit_fetch()
297 assert(instr->fetch.fmt <= 0x3f); in instr_emit_fetch()
298 assert(instr->fetch.const_idx <= 0x1f); in instr_emit_fetch()
299 assert(instr->fetch.const_idx_sel <= 0x3); in instr_emit_fetch()
306 vtx->const_index = instr->fetch.const_idx; in instr_emit_fetch()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Dinteractive.rb27 @position = options.fetch :position, 0
28 @line = options.fetch :line, 1
29 @column = options.fetch :column, 0
63 @position = options.fetch :position, 0
64 @line = options.fetch :line, 1
65 @column = options.fetch :column, 0
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
DSessionTest.java40 new AutoCloseableList<Tensor<?>>(s.runner().feed("X", x).fetch("Y").run())) { in runUsingOperationNames()
54 Output<Integer> fetch = g.operation("Y").output(0); in runUsingOperationHandles() local
57 new AutoCloseableList<Tensor<?>>(s.runner().feed(feed, x).fetch(fetch).run())) { in runUsingOperationHandles()
82 s.runner().fetch("Split:1").run().get(0).expect(Integer.class)) { in runUsingColonSeparatedNames()
92 .fetch("Add") in runUsingColonSeparatedNames()
111 .fetch("Y") in runWithMetadata()
139 new AutoCloseableList<Tensor<?>>(s.runner().fetch("c2").fetch("c1").run()); in runMultipleOutputs()
/external/tensorflow/tensorflow/contrib/android/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java209 runner.fetch(tid.name, tid.outputIndex); in run()
441 public void fetch(String outputName, float[] dst) { in fetch() method in TensorFlowInferenceInterface
442 fetch(outputName, FloatBuffer.wrap(dst)); in fetch()
450 public void fetch(String outputName, int[] dst) { in fetch() method in TensorFlowInferenceInterface
451 fetch(outputName, IntBuffer.wrap(dst)); in fetch()
459 public void fetch(String outputName, long[] dst) { in fetch() method in TensorFlowInferenceInterface
460 fetch(outputName, LongBuffer.wrap(dst)); in fetch()
468 public void fetch(String outputName, double[] dst) { in fetch() method in TensorFlowInferenceInterface
469 fetch(outputName, DoubleBuffer.wrap(dst)); in fetch()
477 public void fetch(String outputName, byte[] dst) { in fetch() method in TensorFlowInferenceInterface
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc82 if (item.fetch.empty()) { in Initialize()
94 for (const auto& fetch : item.fetch) { in Initialize() local
95 VLOG(1) << "Fetch node: " << fetch; in Initialize()
150 auto train_nodes = ComputeTransitiveFanin(graph_, item.fetch); in Initialize()
244 for (size_t i = 0; i < item_->fetch.size(); i++) { in BuildGraph()
247 string fetch = AddPrefixToNodeName(item_->fetch[i], prefix); in BuildGraph() local
248 fetches.insert(fetch); in BuildGraph()
255 for (const auto& fetch : item_->fetch) { in BuildGraph() local
256 AddNodeControl(fetch, {control->name()}, graph); in BuildGraph()
Ddependency_optimizer_test.cc77 item.fetch.push_back("id1"); in TEST_F()
78 item.fetch.push_back("id2"); in TEST_F()
112 item.fetch.push_back("id1"); in TEST_F()
113 item.fetch.push_back("id2"); in TEST_F()
174 item.fetch.push_back("c1"); in TEST_F()
175 item.fetch.push_back("c2"); in TEST_F()
176 item.fetch.push_back("neg1"); in TEST_F()
177 item.fetch.push_back("neg2"); in TEST_F()
231 item.fetch.push_back("Identity"); in TEST_F()
274 item.fetch.push_back("Identity"); in TEST_F()
[all …]
/external/ppp/pppd/plugins/pppoatm/
Dtext2qos.c19 #define fetch __atmlib_fetch macro
89 switch (fetch(text,"max_pcr=","pcr=","min_pcr=","max_sdu=","sdu=", in params()
135 item = fetch(&text,"!none","ubr","cbr","vbr","abr","aal0","aal5",NULL); in text2qos()
160 switch (fetch(&text,"tx","rx",NULL)) { in text2qos()
162 if (!fetch(&text,":none",NULL)) { in text2qos()
176 if (fetch(&text,"rx",NULL)) return -1; in text2qos()
177 if (!fetch(&text,":none",NULL) && qos) qos->rxtp.traffic_class = ATM_NONE; in text2qos()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc77 TF_CHECK_OK(cluster_->Run(item.graph, item.feed, item.fetch, &metadata)); in TEST_F()
108 TF_CHECK_OK(cluster_->Run(item.graph, item.feed, item.fetch, &metadata)); in TEST_F()
120 TF_CHECK_OK(cluster_->Run(item.graph, item.feed, item.fetch, &metadata1)); in TEST_F()
122 TF_CHECK_OK(cluster_->Run(item.graph, item.feed, item.fetch, &metadata2)); in TEST_F()
179 item.fetch.push_back("assert_valid"); in TEST_F()
196 TF_CHECK_OK(cluster_->Run(item.graph, item.feed, item.fetch, &metadata)); in TEST_F()
221 item.fetch.push_back("dequeue"); in TEST_F()
225 Status s1 = cluster_->Run(item.graph, item.feed, item.fetch, &metadata); in TEST_F()
227 Status s2 = cluster_->Run(item.graph, item.feed, item.fetch, &metadata); in TEST_F()
306 item.fetch.push_back("while/Exit"); in RunInfiniteTFLoop()
[all …]
Dsingle_machine.cc133 const std::vector<string>& fetch, in Run() argument
175 TF_RETURN_IF_ERROR(RunWithTimeout(feed, fetch, nullptr)); in Run()
183 TF_RETURN_IF_ERROR(RunWithTimeout(feed, fetch, metadata)); in Run()
190 return RunWithTimeout(feed, fetch, nullptr); in Run()
232 const std::vector<string>& fetch, RunMetadata* run_metadata) { in RunWithTimeout() argument
233 return RunWithTimeout(feed, fetch, run_metadata, timeout_s_); in RunWithTimeout()
238 const std::vector<string>& fetch, RunMetadata* run_metadata, in RunWithTimeout() argument
249 [this, status, local_metadata, feed, fetch]() { in RunWithTimeout()
250 *status = session_->Run(run_options_, feed, {}, fetch, nullptr, in RunWithTimeout()
/external/tensorflow/tensorflow/compiler/tests/
Dlstm_layer_inference.config.pbtxt16 fetch{ id{node_name:"lstm_0/out"} }
17 fetch{ id{node_name:"lstm_1/out"} }
18 fetch{ id{node_name:"lstm_2/out"} }
19 fetch{ id{node_name:"lstm_3/out"} }
20 fetch{ id{node_name:"lstm_4/out"} }
/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer_tool.py46 if FLAGS.fetch is not None:
48 fetch_collection.node_list.value.append(FLAGS.fetch)
59 fetch = graph.get_operation_by_name(FLAGS.fetch)
60 graph.add_to_collection("train_op", fetch)
/external/valgrind/coregrind/m_gdbserver/
Dregcache.c46 int fetch) in get_regcache() argument
56 if (fetch && regcache->registers_valid == 0) { in get_regcache()
203 unsigned char *register_data (int n, int fetch) in register_data() argument
206 = get_regcache (current_inferior, fetch)->registers; in register_data()
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) in register_data_for_supply() argument
214 = get_regcache (current_inferior, fetch); in register_data_for_supply()

12345678910>>...17