/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_math_ops_test.py | 94 def _cumsum_slow(rt, axis=0, exclusive=False, reverse=False, name=None): argument 133 def test_cumsum(self, original, expected, axis=0, exclusive=False, argument 153 def test_cumsum_deep(self, expected, axis=0, exclusive=False, reverse=False): argument
|
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
D | scan_ops_test.py | 40 def handle_options(func, x, axis, exclusive, reverse): argument 76 def _compare(self, x, axis, exclusive, reverse): argument 165 def _compareGradient(self, shape, axis, exclusive, reverse): argument 209 def _compare(self, x, axis, exclusive, reverse): argument 291 def _compareGradient(self, shape, axis, exclusive, reverse): argument
|
/external/freetype/src/gxvalid/ |
D | gxvfeat.c | 84 FT_Bool exclusive, in gxv_feat_registry_validate() 165 FT_Bool exclusive, in gxv_feat_setting_validate() 203 FT_Bool exclusive; in gxv_feat_name_validate() local
|
D | gxvfeat.h | 49 FT_Bool exclusive; member
|
D | gxvfgen.c | 91 char exclusive; member
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | scan_ops_test.py | 41 def handle_options(func, x, axis, exclusive, reverse): argument 78 def _compare(self, x, axis, exclusive, reverse): argument 165 def _compare(self, x, axis, exclusive, reverse): argument
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 469 private int insert0(int pos, byte[] code, boolean exclusive) in insert0() 613 public Gap insertGapAt(int pos, int length, boolean exclusive) in insertGapAt() 817 boolean exclusive, ExceptionTable etable, CodeAttribute ca) in insertGapCore0() 838 boolean exclusive, ExceptionTable etable, in insertGapCore1() 874 int endPos, byte[] newcode, boolean exclusive) in insertGap2() 994 int gapLength, boolean exclusive) { in newOffset() 1034 void shiftPc(int where, int gapLength, boolean exclusive) throws BadBytecode { in shiftPc() 1114 private byte[] insertGapCore0w(byte[] code, int where, int gapLength, boolean exclusive, in insertGapCore0w() 1139 boolean exclusive, List<Branch> jumps, Pointers ptrs) in insertGap2w() 1293 void shift(int where, int gapLength, boolean exclusive) { in shift() [all …]
|
D | ExceptionTable.java | 243 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc() 252 boolean exclusive) { in shiftPc()
|
D | LineNumberAttribute.java | 174 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xds/xds/type/matcher/v3/ |
D | ip.proto | 48 bool exclusive = 3; field
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | cumsum.h | 30 bool exclusive, bool reverse, T* output_data) { in CumSum() 88 const RuntimeShape& shape, int32_t axis, bool exclusive, in CumSum()
|
/external/tensorflow/tensorflow/python/framework/ |
D | smart_cond.py | 91 def smart_case(pred_fn_pairs, default=None, exclusive=False, name="smart_case"): argument
|
/external/cronet/tot/net/spdy/ |
D | http2_priority_dependencies.h | 50 bool exclusive; member
|
D | buffered_spdy_framer.h | 203 bool exclusive) override {} in OnPriority() 276 bool exclusive = false; member
|
/external/cronet/stable/net/spdy/ |
D | http2_priority_dependencies.h | 50 bool exclusive; member
|
D | buffered_spdy_framer.h | 203 bool exclusive) override {} in OnPriority() 276 bool exclusive = false; member
|
/external/python/pyserial/serial/ |
D | serialwin32.py | 472 def exclusive(self, exclusive): argument
|
D | serialutil.py | 192 exclusive=None, argument 316 def exclusive(self): member in SerialBase 321 def exclusive(self, exclusive): argument
|
/external/googleapis/google/cloud/discoveryengine/v1alpha/ |
D | estimate_billing_service.proto | 74 bool exclusive = 3; field
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/ |
D | event_forwarder.cc | 125 bool exclusive, bool fin, bool end) { in OnHeaders() 164 bool exclusive) { in OnPriority()
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/ |
D | event_forwarder.cc | 125 bool exclusive, bool fin, bool end) { in OnHeaders() 164 bool exclusive) { in OnPriority()
|
/external/curl/lib/ |
D | socketpair.c | 162 int exclusive = 1; in Curl_socketpair() local
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_scan_sycl.cpp | 28 bool exclusive) { in test_sycl_cumsum()
|
/external/python/cpython3/Objects/mimalloc/ |
D | arena.c | 51 bool exclusive; // only allow allocations if specifically for this arena member 749 …s_memory_ex2(void* start, size_t size, bool is_large, int numa_node, bool exclusive, mi_memid_t me… in mi_manage_os_memory_ex2() 800 …size, bool is_committed, bool is_large, bool is_zero, int numa_node, bool exclusive, mi_arena_id_t… in mi_manage_os_memory_ex() 809 int mi_reserve_os_memory_ex(size_t size, bool commit, bool allow_large, bool exclusive, mi_arena_id… in mi_reserve_os_memory_ex() 874 …ge_os_pages_at_ex(size_t pages, int numa_node, size_t timeout_msecs, bool exclusive, mi_arena_id_t… in mi_reserve_huge_os_pages_at_ex()
|
/external/autotest/client/cros/ |
D | kernel_config.py | 106 def is_exclusive(self, exclusive): argument
|