Home
last modified time | relevance | path

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

12345678910>>...21

/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 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte() argument
126 elt_idx = vsplit_get_base_idx(start, fetch); in vsplit_add_cache_ubyte()
139 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ushort() 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 …]
/external/tensorflow/tensorflow/python/client/
Dsession.py109 lambda fetch: (
110 [fetch.indices, fetch.values, fetch.dense_shape],
118 lambda fetch: (
119 [fetch.values, fetch.indices] if fetch.dense_shape is None
120 else [fetch.values, fetch.indices, fetch.dense_shape],
127 lambda fetch: ([fetch], lambda fetched_vals: fetched_vals[0]),
243 def for_fetch(fetch): argument
256 if fetch is None:
257 raise TypeError('Fetch argument %r has invalid type %r' % (fetch,
258 type(fetch)))
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc56 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
57 fetch->mutable_id()->set_node_name("baz"); in TEST()
58 fetch->mutable_id()->set_output_index(456); in TEST()
59 fetch->set_name("baz_debug"); in TEST()
60 fetch = config.add_fetch(); in TEST()
61 fetch->mutable_id()->set_node_name("banana"); in TEST()
62 fetch->mutable_id()->set_output_index(0); in TEST()
104 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
105 fetch->mutable_id()->set_node_name("bar"); in TEST()
106 fetch->mutable_id()->set_output_index(-1); in TEST()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc110 item.fetch = {"div"}; in TEST_F()
112 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
129 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
147 item.fetch = {"div"}; in TEST_F()
151 EvaluateNodes(item.graph, item.fetch, {{"Placeholder", bool_t}}); in TEST_F()
169 auto tensors = EvaluateNodes(output, item.fetch, {{"Placeholder", bool_t}}); in TEST_F()
183 item.fetch = {"div1"}; in TEST_F()
184 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
208 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
221 item.fetch = {"id"}; in TEST_F()
[all …]
Dremapper_test.cc54 item.fetch = {"batch_norm"}; in TEST_F()
56 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
63 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
88 item.fetch = {"batch_norm"}; in TEST_F()
96 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
98 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
122 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in TEST_F() local
129 item.fetch = {"fetch"}; in TEST_F()
160 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, item.feed); in TEST_F()
161 auto tensors = EvaluateNodes(output, item.fetch, item.feed); in TEST_F()
[all …]
Dconstant_folding_test.cc77 item.fetch = {"mul1", "mul2", "add1", "add2"}; in SimpleNeutralElementTest()
114 EvaluateNodes(item.graph, item.fetch, {{"x", x_t}}); in SimpleNeutralElementTest()
115 auto tensors = EvaluateNodes(output, item.fetch, {{"x", x_t}}); in SimpleNeutralElementTest()
118 for (int i = 0; i < item.fetch.size(); ++i) { in SimpleNeutralElementTest()
208 std::vector<string> fetch = {"mul"}; in MulConvPushDownTest() local
213 auto actual = EvaluateNodes(output, fetch, {{"x", value}}); in MulConvPushDownTest()
214 auto expected = EvaluateNodes(item.graph, fetch, {{"x", value}}); in MulConvPushDownTest()
229 item.fetch.push_back("d"); in TEST_F()
243 std::vector<string> fetch = {"d"}; in TEST_F() local
244 auto tensors_expected = EvaluateNodes(item.graph, fetch); in TEST_F()
[all …]
Dmodel_pruner_test.cc94 std::vector<string> fetch = {"e"}; in TEST_F() local
95 auto expected_tensors = EvaluateNodes(item.graph, fetch); in TEST_F()
96 auto actual_tensors = EvaluateNodes(output, fetch); in TEST_F()
139 std::vector<string> fetch = {"e"}; in TEST_F() local
140 auto expected_tensors = EvaluateNodes(item.graph, fetch); in TEST_F()
141 auto actual_tensors = EvaluateNodes(output, fetch); in TEST_F()
163 item.fetch = {"g", "h"}; in TEST_F()
198 auto expected_tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
199 auto actual_tensors = EvaluateNodes(output, item.fetch); in TEST_F()
222 item.fetch = {"g"}; in TEST_F()
[all …]
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()
Dpin_to_host_optimizer_test.cc77 item.fetch = {"a", "c", "d", "e", "f"}; in TEST_F()
80 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
86 auto tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
116 item.fetch = {"a", "c", "d", "e"}; in TEST_F()
119 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
129 auto tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
156 item.fetch = {"a", "b", "c"}; in TEST_F()
159 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
165 auto tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
227 item.fetch = {"a", "b"}; in TEST_F()
[all …]
Ddependency_optimizer_test.cc79 item.fetch.push_back("id1"); in TEST_F()
80 item.fetch.push_back("id2"); in TEST_F()
114 item.fetch.push_back("id1"); in TEST_F()
115 item.fetch.push_back("id2"); in TEST_F()
157 item.fetch = {"id1"}; in TEST_F()
213 item.fetch.push_back("c1"); in TEST_F()
214 item.fetch.push_back("c2"); in TEST_F()
215 item.fetch.push_back("neg1"); in TEST_F()
216 item.fetch.push_back("neg2"); in TEST_F()
270 item.fetch.push_back("Identity"); in TEST_F()
[all …]
/external/antlr/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/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.java38 new TestUtil.AutoCloseableList<Tensor<?>>(s.runner().feed("X", x).fetch("Y").run())) { in runUsingOperationNames()
52 Output<Integer> fetch = g.operation("Y").output(0); in runUsingOperationHandles() local
55 … new TestUtil.AutoCloseableList<Tensor<?>>(s.runner().feed(feed, x).fetch(fetch).run())) { in runUsingOperationHandles()
80 s.runner().fetch("Split:1").run().get(0).expect(Integer.class)) { in runUsingColonSeparatedNames()
90 .fetch("Add") in runUsingColonSeparatedNames()
109 .fetch("Y") in runWithMetadata()
137 new TestUtil.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/java/src/test/java/org/tensorflow/op/core/
DConstantTest.java51 try (Tensor<Integer> result = sess.runner().fetch(op).run().get(0).expect(Integer.class)) { in createInt()
66 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createIntBuffer()
81 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createFloat()
96 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createFloatBuffer()
111 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createDouble()
126 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createDoubleBuffer()
141 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createLong()
156 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createLongBuffer()
171 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createBoolean()
201 try (Tensor<?> result = sess.runner().fetch(op).run().get(0)) { in createStringBuffer()
/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()

12345678910>>...21