Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 25 of 170) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
141 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
168 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
197 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
213 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
Ddraw_pt_vsplit.c90 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache()
117 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx()
125 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint8()
143 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint16()
165 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint32()
190 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint8(vsplit,ib,start,fetch,bias) argument
195 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint16(vsplit,ib,start,fetch, bi… argument
200 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint32(vsplit, ib, start, fetch,… argument
Ddraw_pt_fetch_shade_pipeline.c46 struct pt_fetch *fetch; member
156 fetch(struct pt_fetch *fetch, in fetch() function
/external/tensorflow/tensorflow/tools/android/inference_interface/java/org/tensorflow/contrib/android/
DTensorFlowInferenceInterface.java441 public void fetch(String outputName, float[] dst) { in fetch() method in TensorFlowInferenceInterface
450 public void fetch(String outputName, int[] dst) { in fetch() method in TensorFlowInferenceInterface
459 public void fetch(String outputName, long[] dst) { in fetch() method in TensorFlowInferenceInterface
468 public void fetch(String outputName, double[] dst) { in fetch() method in TensorFlowInferenceInterface
477 public void fetch(String outputName, byte[] dst) { in fetch() method in TensorFlowInferenceInterface
487 public void fetch(String outputName, FloatBuffer dst) { in fetch() method in TensorFlowInferenceInterface
497 public void fetch(String outputName, IntBuffer dst) { in fetch() method in TensorFlowInferenceInterface
507 public void fetch(String outputName, LongBuffer dst) { in fetch() method in TensorFlowInferenceInterface
517 public void fetch(String outputName, DoubleBuffer dst) { in fetch() method in TensorFlowInferenceInterface
527 public void fetch(String outputName, ByteBuffer dst) { in fetch() method in TensorFlowInferenceInterface
/external/pytorch/torch/utils/data/_utils/
Dfetch.py15 def fetch(self, possibly_batched_index): member in _BaseDatasetFetcher
25 def fetch(self, possibly_batched_index): member in _IterableDatasetFetcher
47 def fetch(self, possibly_batched_index): member in _MapDatasetFetcher
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc159 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
396 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
665 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local
670 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local
776 ops::Identity fetch = [&]() -> ops::Identity { in RunTest() local
778 auto fetch = s.WithOpName("fetch"); in RunTest() local
798 ops::Identity fetch = [&]() -> ops::Identity { in RunTest() local
800 auto fetch = s.WithOpName("fetch"); in RunTest() local
931 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local
940 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local
[all …]
Dauto_parallel.cc95 for (const auto& fetch : item.fetch) { in Initialize() local
250 string fetch = AddPrefixToNodeName(item_->fetch[i], prefix); in BuildGraph() local
258 for (const auto& fetch : item_->fetch) { in BuildGraph() local
Dauto_mixed_precision_test.cc221 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local
259 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local
302 Output fetch = ops::Identity(s.WithOpName("fetch"), clr5); in TEST_F() local
354 Output fetch = ops::Identity(s.WithOpName("fetch"), infer3); in TEST_F() local
485 Output fetch = ops::Identity(s.WithOpName("fetch"), clr2); in TEST_F() local
585 Output fetch = ops::Identity(s.WithOpName("fetch"), allow2); in TEST_F() local
627 Output fetch = ops::Identity(s.WithOpName("fetch"), allow2); in TEST_F() local
663 Output fetch = ops::Identity(s.WithOpName("fetch"), allow1); in TEST_F() local
706 Output fetch = ops::Identity(s.WithOpName("fetch"), ext1); in TEST_F() local
1268 Output fetch = ops::Identity(s.WithOpName("fetch"), clr5); in TEST_F() local
[all …]
Dmkl_remapper_test.cc78 auto fetch = s.WithOpName("fetch"); in FuseConv2DWithBiasAndAddNOrAdd() local
475 auto fetch = s.WithOpName("fetch"); in TEST_F() local
566 ops::Identity fetch = [&]() -> ops::Identity { in RelpaceAddWithBiasAddDepthwiseConv2D() local
568 auto fetch = s.WithOpName("fetch"); in RelpaceAddWithBiasAddDepthwiseConv2D() local
685 auto fetch = ops::Identity(s.WithOpName("fetch"), gelu); in RunTest() local
780 auto fetch = ops::Identity(s.WithOpName("fetch"), add); in VerifyFused() local
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DSession.java171 public Runner fetch(String operation) { in fetch() method in Session.Runner
181 public Runner fetch(String operation, int index) { in fetch() method in Session.Runner
192 public Runner fetch(Output<?> output) { in fetch() method in Session.Runner
200 public Runner fetch(Operand<?> operand) { in fetch() method in Session.Runner
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto124 repeated string fetch = 3; field
188 repeated string fetch = 3; field
331 repeated TensorProto fetch = 1; field
/external/skia/bin/
Dfetch-clang-format22 def fetch(target): function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/
DBuildIDFetcher.cpp22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc148 const std::vector<string>& fetch, in Run()
244 const std::vector<string>& fetch, RunMetadata* run_metadata) { in RunWithTimeout()
250 const std::vector<string>& fetch, RunMetadata* run_metadata, in RunWithTimeout()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc58 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
106 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
127 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
151 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
163 auto* fetch = config.add_fetch(); in FetchesConfig() local
/external/cronet/stable/net/third_party/quiche/src/depstool/
Ddepstool.go62 func fetch(path string, contents []byte, outdir string) { func
/external/cronet/tot/net/third_party/quiche/src/depstool/
Ddepstool.go62 func fetch(path string, contents []byte, outdir string) { func
/external/coreboot/payloads/external/iPXE/
DMakefile20 fetch: $(project_dir) target
/external/coreboot/payloads/external/SeaBIOS/
DMakefile21 fetch: seabios target
/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c324 print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx()
361 print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex()
459 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
/external/tensorflow/tensorflow/core/transforms/graph_to_func/
Dgraph_to_func.cc68 for (Value fetch : fetches) ret_types.push_back(fetch.getType()); in GraphToFunc() local
105 for (Value fetch : fetches) { in GraphToFunc() local
/external/python/cpython3/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): member in History
/external/coreboot/payloads/external/U-Boot/
DMakefile28 fetch: $(project_dir) target
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-cache.js39 fetch(tagname, properties, ownPropertyNames) { method in StyleCache
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer_tool.cc49 for (const auto& fetch : in MaybePruneGraph() local

1234567