Home
last modified time | relevance | path

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

12345678910>>...55

/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.c55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare() argument
60 struct draw_context *draw = fetch->draw; in draw_pt_fetch_prepare()
67 fetch->vertex_size = vertex_size; in draw_pt_fetch_prepare()
133 if (!fetch->translate || in draw_pt_fetch_prepare()
134 translate_key_compare(&fetch->translate->key, &key) != 0) { in draw_pt_fetch_prepare()
136 fetch->translate = translate_cache_find(fetch->cache, &key); in draw_pt_fetch_prepare()
141 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run() argument
146 struct draw_context *draw = fetch->draw; in draw_pt_fetch_run()
147 struct translate *translate = fetch->translate; in draw_pt_fetch_run()
168 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear() argument
[all …]
Ddraw_pt_vsplit.c90 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() argument
94 hash = fetch % MAP_SIZE; in vsplit_add_cache()
98 if (vsplit->cache.fetches[hash] != fetch) { in vsplit_add_cache()
100 vsplit->cache.fetches[hash] = fetch; in vsplit_add_cache()
105 vsplit->fetch_elts[vsplit->cache.num_fetch_elts++] = fetch; in vsplit_add_cache()
117 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx() argument
119 return util_clamped_uadd(start, fetch); in vsplit_get_base_idx()
125 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint8() argument
129 elt_idx = vsplit_get_base_idx(start, fetch); in vsplit_add_cache_uint8()
143 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint16() argument
[all …]
Ddraw_vs_variant.c57 struct translate *fetch; member
74 vsvg->fetch->set_buffer(vsvg->fetch, buffer, ptr, stride, max_index); in vsvg_set_buffer()
168 vsvg->fetch->run_elts(vsvg->fetch, in vsvg_run_elts()
231 vsvg->fetch->run(vsvg->fetch, in vsvg_run_linear()
306 struct translate_key fetch; in draw_vs_create_variant_generic() local
307 fetch.nr_elements = key->nr_inputs; in draw_vs_create_variant_generic()
308 fetch.output_stride = vsvg->temp_vertex_stride; in draw_vs_create_variant_generic()
310 fetch.element[i].type = TRANSLATE_ELEMENT_NORMAL; in draw_vs_create_variant_generic()
311 fetch.element[i].input_format = key->element[i].in.format; in draw_vs_create_variant_generic()
312 fetch.element[i].input_buffer = key->element[i].in.buffer; in draw_vs_create_variant_generic()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_instr_test.cpp657 FetchInstr fetch(vc_fetch, in TEST_F() local
669 EXPECT_EQ(fetch.opcode(), vc_fetch); in TEST_F()
670 EXPECT_EQ(fetch.dst(), RegisterVec4(200)); in TEST_F()
671 EXPECT_EQ(fetch.dest_swizzle(0), 0); in TEST_F()
672 EXPECT_EQ(fetch.dest_swizzle(1), 2); in TEST_F()
673 EXPECT_EQ(fetch.dest_swizzle(2), 1); in TEST_F()
674 EXPECT_EQ(fetch.dest_swizzle(3), 3); in TEST_F()
676 EXPECT_EQ(fetch.src(), Register(201, 2, pin_none)); in TEST_F()
677 EXPECT_EQ(fetch.src_offset(), 0); in TEST_F()
679 EXPECT_EQ(fetch.resource_id(), 1); in TEST_F()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear_sampler.c699 samp->base.fetch = fetch_clamp_bgra_swapped; in lp_linear_init_sampler()
701 samp->base.fetch = fetch_bgra_swapped; in lp_linear_init_sampler()
703 samp->base.fetch = fetch_axis_aligned_bgra_swapped; in lp_linear_init_sampler()
705 samp->base.fetch = fetch_memcpy_bgra_swapped; in lp_linear_init_sampler()
708 samp->base.fetch = fetch_clamp_bgra; in lp_linear_init_sampler()
710 samp->base.fetch = fetch_bgra; in lp_linear_init_sampler()
712 samp->base.fetch = fetch_axis_aligned_bgra; in lp_linear_init_sampler()
714 samp->base.fetch = fetch_memcpy_bgra; in lp_linear_init_sampler()
720 samp->base.fetch = fetch_clamp_bgrx_swapped; in lp_linear_init_sampler()
722 samp->base.fetch = fetch_bgrx_swapped; in lp_linear_init_sampler()
[all …]
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc182 item.fetch = {"fetch1"}; in TestSimpleUnaryInferOp()
187 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, feed); in TestSimpleUnaryInferOp()
202 auto tensors = EvaluateNodes(output, item.fetch, feed); in TestSimpleUnaryInferOp()
204 EXPECT_EQ(tensors.size(), item.fetch.size()); in TestSimpleUnaryInferOp()
205 for (int i = 0; i < item.fetch.size(); ++i) { in TestSimpleUnaryInferOp()
221 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local
224 item.fetch = {"fetch"}; in TEST_F()
226 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
243 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
245 EXPECT_EQ(tensors.size(), item.fetch.size()); in TEST_F()
[all …]
Dremapper_test.cc62 item.fetch = {"batch_norm"}; in TEST_F()
64 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
71 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
99 item.fetch = {"batch_norm"}; in TEST_F()
108 auto tensors_expected = EvaluateNodes(item.graph, item.fetch); in TEST_F()
110 auto tensors = EvaluateNodes(output, item.fetch); in TEST_F()
159 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
170 item.fetch = {"fetch"}; in TEST_F()
213 auto tensors_expected = EvaluateNodes(item.graph, item.fetch, item.feed); in TEST_F()
215 auto tensors = EvaluateNodes(output, item.fetch, item.feed); in TEST_F()
[all …]
Darithmetic_optimizer_test.cc123 item.fetch = {"output"}; in TEST_F()
127 auto expected = EvaluateNodes(item.graph, item.fetch, {{"input", tensor}}); in TEST_F()
152 auto result = EvaluateNodes(g, item.fetch, {{"input", tensor}}); in TEST_F()
167 item.fetch = {"output"}; in TEST_F()
170 auto expected = EvaluateNodes(item.graph, item.fetch, {{"input", tensor}}); in TEST_F()
200 item.fetch = {"output"}; in TEST_F()
204 EvaluateNodes(item.graph, item.fetch, {{"Placeholder", tensor}}); in TEST_F()
215 auto result = EvaluateNodes(g, item.fetch, {{"Placeholder", tensor}}); in TEST_F()
230 item.fetch = {"output"}; in TEST_F()
234 auto expected = EvaluateNodes(item.graph, item.fetch, in TEST_F()
[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 …]
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 …]
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 …]
/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 …]
/external/tensorflow/tensorflow/python/client/
Dsession.py115 (sparse_tensor.SparseTensor, lambda fetch: ([
116 fetch.indices, fetch.values, fetch.dense_shape
124 lambda fetch: ([fetch.values, fetch.indices] if fetch.dense_shape is None
125 else [fetch.values, fetch.indices, fetch.dense_shape
131 (object, lambda fetch: ([fetch], lambda fetched_vals: fetched_vals[0]),
248 def for_fetch(fetch): argument
261 if fetch is None:
264 elif isinstance(fetch, (list, tuple)):
266 return _ListFetchMapper(fetch)
267 elif isinstance(fetch, collections_abc.Mapping):
[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/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 …]
Dparallel_execute_to_islands.mlir14 tf_executor.fetch
23 // CHECK: tf_executor.fetch [[ISLAND_0_CTRL]], [[ISLAND_1_CTRL]] :
44 tf_executor.fetch %3#0, %3#1 : tensor<i1>, tensor<i32>
58 // CHECK: tf_executor.fetch [[ISLAND_0_OUTPUT]], [[ISLAND_1_OUTPUT]] :
77 tf_executor.fetch %2#0, %2#1 : tensor<i1>, tensor<i32>
89 // CHECK: tf_executor.fetch [[ISLAND_0_OUTPUT]], [[ISLAND_1_OUTPUT]] :
108 tf_executor.fetch %3 : !tf_executor.control
121 // CHECK: tf_executor.fetch [[FETCH_ISLAND]] : !tf_executor.control
137 tf_executor.fetch %1#0 : tensor<i1>
148 // CHECK: tf_executor.fetch [[ISLAND_0_OUTPUT]], [[ISLAND_1_CTRL]] :
[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.yield' op invalid tf_executor.graph terminator, fetch expected}}
94 // Check that a tf_executor.fetch is terminating a tf_executor.graph.
97 "tf_executor.fetch"() : () -> ()
[all …]
/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/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_assemble.c161 bc->fetch.opc = instr->fetch.opc; in fill_instr()
162 bc->fetch.pred_select = !!instr->pred; in fill_instr()
163 bc->fetch.pred_condition = instr->pred & 1; in fill_instr()
167 if (instr->fetch.opc == VTX_FETCH) { in fill_instr()
168 instr_fetch_vtx_t *vtx = &bc->fetch.vtx; in fill_instr()
170 assert(instr->fetch.vtx.const_idx <= 0x1f); in fill_instr()
171 assert(instr->fetch.vtx.const_idx_sel <= 0x3); in fill_instr()
179 vtx->const_index = instr->fetch.vtx.const_idx; in fill_instr()
180 vtx->const_index_sel = instr->fetch.vtx.const_idx_sel; in fill_instr()
189 } else if (instr->fetch.opc == TEX_FETCH) { in fill_instr()
[all …]
/external/pytorch/benchmarks/dynamo/
DMakefile17 …(cd ../../../torchvision && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…
18 …(cd ../../../torchdata && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…
19 …(cd ../../../torchtext && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…
20 …(cd ../../../torchaudio && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…
21 …(cd ../../../FBGEMM && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…
22 …(cd ../../../torchrec && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…
23 …(cd ../../../detectron2 && git fetch && git checkout HEAD && git submodule update --init --rec…
24 …(cd ../../../torchbenchmark && git fetch && git checkout "$$(cat ../pytorch/.github/ci_commit_pins…

12345678910>>...55