Home
last modified time | relevance | path

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

1234

/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/contrib/android/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/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.java170 public Runner fetch(String operation) { in fetch() method in Session.Runner
180 public Runner fetch(String operation, int index) { in fetch() method in Session.Runner
191 public Runner fetch(Output<?> output) { in fetch() method in Session.Runner
199 public Runner fetch(Operand<?> operand) { in fetch() method in Session.Runner
/external/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/external/skqp/bin/
Dfetch-clang-format17 def fetch(target): function
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc56 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
104 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
125 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
149 tf2xla::Fetch* fetch = config.add_fetch(); in TEST() local
161 auto* fetch = config.add_fetch(); in FetchesConfig() local
Dtf2xla.proto58 repeated Fetch fetch = 2; field
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc94 for (const auto& fetch : item.fetch) { in Initialize() local
247 string fetch = AddPrefixToNodeName(item_->fetch[i], prefix); in BuildGraph() local
255 for (const auto& fetch : item_->fetch) { in BuildGraph() local
Dremapper_test.cc122 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in TEST_F() local
186 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
256 auto fetch = ops::Identity(s.WithOpName("fetch"), batch_norm.y); in TEST_F() local
334 auto fetch = ops::Identity(s.WithOpName("fetch"), relu); in TEST_F() local
411 auto fetch = ops::Identity(s.WithOpName("fetch"), bias_add); in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc146 const std::vector<string>& fetch, in Run()
245 const std::vector<string>& fetch, RunMetadata* run_metadata) { in RunWithTimeout()
251 const std::vector<string>& fetch, RunMetadata* run_metadata, in RunWithTimeout()
/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.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/autotest/client/site_tests/security_OpenSSLBlacklist/
Dsecurity_OpenSSLBlacklist.py22 def fetch(self, blacklist='/dev/null'): member in security_OpenSSLBlacklist
/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/gallium/drivers/freedreno/a2xx/
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()
455 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
/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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c144 LLVMValueRef fetch = NULL; in test_format_float() local
243 LLVMValueRef fetch = NULL; in test_format_unorm8() local
/external/python/cpython3/Tools/msi/
Dget_externals.bat31 :fetch label
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile_main.cc76 for (const tf2xla::Fetch& fetch : config.fetch()) { in Main() local

1234