/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch.c | 55 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()
|
D | draw_pt_vsplit.c | 90 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
|
D | draw_pt_fetch_shade_pipeline.c | 46 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/ |
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/pytorch/torch/utils/data/_utils/ |
D | fetch.py | 15 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/ |
D | remapper_test.cc | 159 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 …]
|
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 | auto_mixed_precision_test.cc | 221 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 …]
|
D | mkl_remapper_test.cc | 78 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/ |
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/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/skia/bin/ |
D | fetch-clang-format | 22 def fetch(target): function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Debuginfod/ |
D | BuildIDFetcher.cpp | 22 DebuginfodFetcher::fetch(ArrayRef<uint8_t> BuildID) const { in fetch() function in DebuginfodFetcher
|
/external/tensorflow/tensorflow/core/grappler/clusters/ |
D | single_machine.cc | 148 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/ |
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/cronet/stable/net/third_party/quiche/src/depstool/ |
D | depstool.go | 62 func fetch(path string, contents []byte, outdir string) { func
|
/external/cronet/tot/net/third_party/quiche/src/depstool/ |
D | depstool.go | 62 func fetch(path string, contents []byte, outdir string) { func
|
/external/coreboot/payloads/external/iPXE/ |
D | Makefile | 20 fetch: $(project_dir) target
|
/external/coreboot/payloads/external/SeaBIOS/ |
D | Makefile | 21 fetch: seabios target
|
/external/mesa3d/src/freedreno/ir2/ |
D | disasm-a2xx.c | 324 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/ |
D | graph_to_func.cc | 68 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/ |
D | history.py | 41 def fetch(self, reverse): member in History
|
/external/coreboot/payloads/external/U-Boot/ |
D | Makefile | 28 fetch: $(project_dir) target
|
/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
|