Home
last modified time | relevance | path

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

123456

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
148 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
176 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
222 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
Ddraw_pt_vsplit.c88 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache()
114 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx()
122 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte()
139 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ushort()
161 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint()
186 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ubyte(vsplit,ib,start,fetch,bias) argument
191 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ushort(vsplit,ib,start,fetch, bi… argument
196 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint(vsplit, ib, start, fetch, b… argument
Ddraw_pt_fetch_shade_pipeline.c46 struct pt_fetch *fetch; member
156 static void fetch( struct pt_fetch *fetch, in fetch() function
Ddraw_vs_variant.c56 struct translate *fetch; member
302 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
/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/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc156 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
268 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
347 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in TEST_F() local
411 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in RunTest() local
491 ops::Identity fetch = [&]() -> ops::Identity { in TEST_F() local
493 auto fetch = s.WithOpName("fetch"); in TEST_F() local
565 ops::Identity fetch = [&]() -> ops::Identity { in TEST_F() local
567 auto fetch = s.WithOpName("fetch"); in TEST_F() local
663 ops::Identity fetch = [&]() -> ops::Identity { in RunTest() local
665 auto fetch = s.WithOpName("fetch"); 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
Dlayout_optimizer_test.cc233 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
255 std::vector<string> fetch = {"Fetch"}; in TEST_F() local
268 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
290 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
303 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
316 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
329 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
342 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
355 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
368 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() local
[all …]
/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/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/skqp/bin/
Dfetch-clang-format17 def fetch(target): function
/external/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc146 const std::vector<string>& fetch, in Run()
242 const std::vector<string>& fetch, RunMetadata* run_metadata) { in RunWithTimeout()
248 const std::vector<string>& fetch, RunMetadata* run_metadata, in RunWithTimeout()
/external/rust/crates/grpcio-sys/grpc/tools/gcp/github_stats_tracking/
Dfetch_data.py91 def fetch(): function
/external/skqp/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp135 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in UncheckedPixelFetcher
142 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampPixelFetcher
151 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in RepeatPixelFetcher
166 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampToBlackPixelFetcher
/external/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp103 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anona3c3e36d0111::UncheckedPixelFetcher
110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anona3c3e36d0111::ClampPixelFetcher
119 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anona3c3e36d0111::RepeatPixelFetcher
134 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anona3c3e36d0111::ClampToBlackPixelFetcher
/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/python/cpython2/Lib/idlelib/
DIdleHistory.py40 def fetch(self, reverse): member in History
/external/python/cpython3/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): member in History
/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c325 static void print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx()
361 static void print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex()
458 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
/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
/external/ppp/pppd/plugins/pppoatm/
Dtext2qos.c19 #define fetch __atmlib_fetch macro
/external/python/cpython3/Tools/msi/
Dget_externals.bat31 :fetch label
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c144 LLVMValueRef fetch = NULL; in test_format_float() local
245 LLVMValueRef fetch = NULL; in test_format_unorm8() local

123456