/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch.c | 60 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()
|
D | draw_pt_vsplit.c | 88 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
|
D | draw_pt_fetch_shade_pipeline.c | 46 struct pt_fetch *fetch; member 156 static void fetch( struct pt_fetch *fetch, in fetch() function
|
D | draw_vs_variant.c | 56 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/ |
D | TensorFlowInferenceInterface.java | 441 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/ |
D | master.proto | 124 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/ |
D | Session.java | 170 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/ |
D | fetch-clang-format | 17 def fetch(target): function
|
/external/skqp/bin/ |
D | fetch-clang-format | 17 def fetch(target): function
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 56 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
|
D | tf2xla.proto | 58 repeated Fetch fetch = 2; field
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_parallel.cc | 94 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
|
D | remapper_test.cc | 122 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/ |
D | single_machine.cc | 146 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/ |
D | SkMatrixConvolutionImageFilter.cpp | 135 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/ |
D | SkMatrixConvolutionImageFilter.cpp | 135 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/ |
D | security_OpenSSLBlacklist.py | 22 def fetch(self, blacklist='/dev/null'): member in security_OpenSSLBlacklist
|
/external/python/cpython2/Lib/idlelib/ |
D | IdleHistory.py | 40 def fetch(self, reverse): member in History
|
/external/python/cpython3/Lib/idlelib/ |
D | history.py | 41 def fetch(self, reverse): member in History
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | disasm-a2xx.c | 325 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/ |
D | graph_analyzer_tool.cc | 49 for (const auto& fetch : in MaybePruneGraph() local
|
/external/ppp/pppd/plugins/pppoatm/ |
D | text2qos.c | 19 #define fetch __atmlib_fetch macro
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 144 LLVMValueRef fetch = NULL; in test_format_float() local 243 LLVMValueRef fetch = NULL; in test_format_unorm8() local
|
/external/python/cpython3/Tools/msi/ |
D | get_externals.bat | 31 :fetch label
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | tfcompile_main.cc | 76 for (const tf2xla::Fetch& fetch : config.fetch()) { in Main() local
|