Home
last modified time | relevance | path

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

12345678910>>...34

/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/core/grappler/optimizers/
Dremapper_test.cc59 item.fetch = {"batch_norm"}; in TEST_F()
61 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
68 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
96 item.fetch = {"batch_norm"}; in TEST_F()
105 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
107 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
156 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
167 item.fetch = {"fetch"}; in TEST_F()
210 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, item.feed); in TEST_F()
212 auto tensors = EvaluateNodes(output, item.fetch, item.feed); in TEST_F()
[all …]
Dauto_mixed_precision_test.cc177 item.fetch = {"fetch1"}; in TestSimpleUnaryInferOp()
182 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, feed); in TestSimpleUnaryInferOp()
197 auto tensors = EvaluateNodes(output, item.fetch, feed); in TestSimpleUnaryInferOp()
199 EXPECT_EQ(tensors.size(), item.fetch.size()); in TestSimpleUnaryInferOp()
200 for (int i = 0; i < item.fetch.size(); ++i) { in TestSimpleUnaryInferOp()
216 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local
219 item.fetch = {"fetch"}; in TEST_F()
221 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
238 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
240 EXPECT_EQ(tensors.size(), item.fetch.size()); in TEST_F()
[all …]
Darithmetic_optimizer_test.cc119 item.fetch = {"id", "id2"}; in TEST_F()
121 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
148 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
164 item.fetch = {"id"}; in TEST_F()
166 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
180 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
195 std::vector<string> fetch = {"id2"}; in TEST_F() local
198 item.fetch = fetch; in TEST_F()
200 auto tensors_expected = EvaluateNodes(item.graph, fetch); in TEST_F()
226 auto tensors = EvaluateNodes(output, fetch); in TEST_F()
[all …]
Dmkl_remapper_test.cc78 auto fetch = s.WithOpName("fetch"); in FuseConv2DWithBiasAndAddNOrAdd() local
80 ops::Identity(fetch, ops::Relu(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
82 ops::Identity(fetch, ops::Relu6(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
84 ops::Identity(fetch, ops::Elu(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
86 ops::Identity(fetch, ops::internal::LeakyRelu(activate, addop)); in FuseConv2DWithBiasAndAddNOrAdd()
89 ops::Identity(fetch, addop); in FuseConv2DWithBiasAndAddNOrAdd()
114 item.fetch = {"fetch"}; in FuseConv2DWithBiasAndAddNOrAdd()
174 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, item.feed); in FuseConv2DWithBiasAndAddNOrAdd()
175 auto tensors = EvaluateNodes(output, item.fetch, item.feed); in FuseConv2DWithBiasAndAddNOrAdd()
239 ops::Identity fetch = [&]() -> ops::Identity { \
[all …]
Dpin_to_host_optimizer_test.cc57 item.fetch = {"a", "c", "d", "e", "f"}; in TEST_F()
60 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
66 auto tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
97 item.fetch = {"b"}; in TEST_F()
100 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
106 auto tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
133 item.fetch = {"a", "c", "d", "e"}; in TEST_F()
136 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
146 auto tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
173 item.fetch = {"a", "b", "c"}; in TEST_F()
[all …]
Dconstant_folding_test.cc83 item.fetch = {"mul1", "mul2", "add1", "add2"}; in SimpleNeutralElementTest()
120 EvaluateNodes(item.graph, item.fetch, {{"x", x_t}}); in SimpleNeutralElementTest()
121 auto tensors = EvaluateNodes(output, item.fetch, {{"x", x_t}}); in SimpleNeutralElementTest()
124 for (int i = 0; i < item.fetch.size(); ++i) { in SimpleNeutralElementTest()
214 std::vector<string> fetch = {"mul"}; in MulConvPushDownTest() local
219 auto actual = EvaluateNodes(output, fetch, {{"x", value}}); in MulConvPushDownTest()
220 auto expected = EvaluateNodes(item.graph, fetch, {{"x", value}}); in MulConvPushDownTest()
243 item.fetch = {"out"}; in PaddingWithZeroSize()
270 EvaluateNodes(item.graph, item.fetch, {{"in1", in1_t}, {"in2", in2_t}}); in PaddingWithZeroSize()
273 EvaluateNodes(got, item.fetch, {{"in1", in1_t}, {"in2", in2_t}}); in PaddingWithZeroSize()
[all …]
Dmodel_pruner_test.cc87 std::vector<string> fetch = {"e"}; in TEST_F() local
88 auto expected_tensors = EvaluateNodes(item.graph, fetch); in TEST_F()
89 auto actual_tensors = EvaluateNodes(output, fetch); in TEST_F()
109 item.fetch.push_back("e"); in TEST_F()
128 auto actual_tensors = EvaluateNodes(output, item.fetch); in TEST_F()
130 auto expected_tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
155 item.fetch = {"g", "h"}; in TEST_F()
176 auto actual_tensors = EvaluateNodes(output, item.fetch); in TEST_F()
178 auto expected_tensors = EvaluateNodes(item.graph, item.fetch); in TEST_F()
203 item.fetch = {"g"}; in TEST_F()
[all …]
Dshape_optimizer_test.cc45 item.fetch = {"e", "f"}; in TEST_F()
48 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
68 auto tensors_actual = EvaluateNodes(output, item.fetch); in TEST_F()
107 item.fetch = {"e"}; in TEST_F()
110 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
127 auto tensors_actual = EvaluateNodes(output, item.fetch); in TEST_F()
141 item.fetch = {"e"}; in TEST_F()
144 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
159 auto tensors_actual = EvaluateNodes(output, item.fetch); in TEST_F()
/external/tensorflow/tensorflow/python/client/
Dsession.py118 (sparse_tensor.SparseTensor, lambda fetch: ([
119 fetch.indices, fetch.values, fetch.dense_shape
127 lambda fetch: ([fetch.values, fetch.indices] if fetch.dense_shape is None
128 else [fetch.values, fetch.indices, fetch.dense_shape
134 (object, lambda fetch: ([fetch], lambda fetched_vals: fetched_vals[0]),
250 def for_fetch(fetch): argument
263 if fetch is None:
265 (fetch, type(fetch)))
266 elif isinstance(fetch, (list, tuple)):
268 return _ListFetchMapper(fetch)
[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 )
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_executor_ops.mlir16 // CHECK-NEXT: tf_executor.fetch
24 tf_executor.fetch %0 : tensor<*xf32>
32 … tf_executor.fetch %arg0 : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fetch = "some_value"}
36 // CHECK-NEXT: tf_executor.fetch %{{.*}} : tensor<*xf32> {attr3 = 32 : i64, tf_executor.attr_fet…
47 tf_executor.fetch %1#0 : tensor<*xf32>
51 // CHECK: tf_executor.fetch {{.*}} : tensor<*xf32>
66 tf_executor.fetch %1#0 : tensor<*xf32>
83 tf_executor.fetch %3#0 : tensor<*xf32>
90 // CHECK: tf_executor.fetch %[[ISLAND2]] : tensor<*xf32>
102 // CHECK: tf_executor.fetch %{{.*}}, %{{.*}} : tensor<*xf32>, !tf_executor.control
[all …]
Dexecutor_island_coarsening.mlir17 tf_executor.fetch %2#0 : tensor<f32>
26 // CHECK: tf_executor.fetch %[[ISLAND]] : tensor<f32>
42 tf_executor.fetch %2#0 : tensor<i1>
51 // CHECK: tf_executor.fetch %[[ISLAND]] : tensor<i1>
84 tf_executor.fetch %8#0, %8#1 : tensor<i1>, tensor<i1>
91 // CHECK: tf_executor.fetch %[[ISLAND]]#0, %[[ISLAND]]#1 : tensor<i1>, tensor<i1>
101 tf_executor.fetch %1#0, %2#0 : tensor<i1>, tensor<i1>
110 // CHECK: tf_executor.fetch %[[ISLAND]]#0, %[[ISLAND]]#1 : tensor<i1>, tensor<i1>
128 tf_executor.fetch %4#0 : tensor<i32>
139 // CHECK: tf_executor.fetch %[[ISLAND]] : tensor<i32>
[all …]
Dreplicate_to_island.mlir16 tf_executor.fetch
41 tf_executor.fetch
66 tf_executor.fetch
91 tf_executor.fetch
113 tf_executor.fetch %1 : !tf_executor.control
121 // CHECK: tf_executor.fetch %[[SINK]]
124 // Tests unused replica are pinned to the graph fetch.
134 tf_executor.fetch %1#1 : tensor<i1>
141 // CHECK: tf_executor.fetch [[REPLICA_1_OUTPUT]], [[REPLICA_0_CONTROL]]
156 tf_executor.fetch %1#0, %1#1, %1#2, %1#3 : tensor<f32>, tensor<f32>, tensor<i32>, tensor<i32>
[all …]
Dtf_executor_ops_invalid.mlir43 tf_executor.fetch %val : tensor<*xf32>
61 // Check that a tf_executor.fetch is terminating a tf_executor.graph (custom parser)
64 // expected-error@-1 {{custom op 'tf_executor.graph' expects a tf_executor.fetch terminator}}
72 // Check that a tf_executor.fetch parent is a graph.
75 tf_executor.fetch
76 // expected-error@-1 {{'tf_executor.fetch' op expects parent op 'tf_executor.graph'}}
83 // Check that a tf_executor.fetch is terminating a tf_executor.graph (verifier)
85 // expected-error@+2 {{'tf_executor.graph' op expects regions to end with 'tf_executor.fetch', foun…
86 …xpected-note@+1 {{in custom textual format, the absence of terminator implies 'tf_executor.fetch'}}
95 // Check that a tf_executor.fetch is terminating a tf_executor.graph.
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc58 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
59 fetch->mutable_id()->set_node_name("baz"); in TEST()
60 fetch->mutable_id()->set_output_index(456); in TEST()
61 fetch->set_name("baz_debug"); in TEST()
62 fetch = config.add_fetch(); in TEST()
63 fetch->mutable_id()->set_node_name("banana"); in TEST()
64 fetch->mutable_id()->set_output_index(0); in TEST()
106 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
107 fetch->mutable_id()->set_node_name("bar"); in TEST()
108 fetch->mutable_id()->set_output_index(-1); in TEST()
[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/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.mm92 id<MTLRenderPipelineState> state = stream->fetch<id<MTLRenderPipelineState>>();
99 MTLTriangleFillMode mode = stream->fetch<MTLTriangleFillMode>();
106 MTLWinding winding = stream->fetch<MTLWinding>();
112 MTLCullMode mode = stream->fetch<MTLCullMode>();
118 id<MTLDepthStencilState> state = stream->fetch<id<MTLDepthStencilState>>();
125 float depthBias = stream->fetch<float>();
126 float slopeScale = stream->fetch<float>();
127 float clamp = stream->fetch<float>();
134 uint32_t frontRef = stream->fetch<uint32_t>();
135 uint32_t backRef = stream->fetch<uint32_t>();
[all …]
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c176 bc->fetch.opc = instr->fetch.opc; in fill_instr()
177 bc->fetch.pred_select = !!instr->pred; in fill_instr()
178 bc->fetch.pred_condition = instr->pred & 1; in fill_instr()
182 if (instr->fetch.opc == VTX_FETCH) { in fill_instr()
183 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr()
185 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr()
186 assert(instr->fetch.vtx.const_idx_sel <= 0x3); in fill_instr()
194 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr()
195 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr()
204 } else if (instr->fetch.opc == TEX_FETCH) { in fill_instr()
[all …]

12345678910>>...34