/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/tools/android/inference_interface/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/grappler/optimizers/ |
D | remapper_test.cc | 156 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 …]
|
D | auto_parallel.cc | 95 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
|
D | layout_optimizer_test.cc | 233 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/ |
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 | 171 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/ |
D | fetch-clang-format | 17 def fetch(target): function
|
/external/skia/bin/ |
D | fetch-clang-format | 17 def fetch(target): function
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 146 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/ |
D | fetch_data.py | 91 def fetch(): function
|
/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 | 103 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/ |
D | tf2xla_util_test.cc | 58 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/ |
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/freedreno/ir2/ |
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() 458 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | style-cache.js | 39 fetch(tagname, properties, ownPropertyNames) { method in StyleCache
|
/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/python/cpython3/Tools/msi/ |
D | get_externals.bat | 31 :fetch label
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_format.c | 144 LLVMValueRef fetch = NULL; in test_format_float() local 245 LLVMValueRef fetch = NULL; in test_format_unorm8() local
|