Home
last modified time | relevance | path

Searched defs:exclusive (Results 1 – 25 of 136) sorted by relevance

123456

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops_test.py94 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/
Dscan_ops_test.py40 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/
Dgxvfeat.c84 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
Dgxvfeat.h49 FT_Bool exclusive; member
Dgxvfgen.c91 char exclusive; member
/external/tensorflow/tensorflow/compiler/tests/
Dscan_ops_test.py41 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/
DCodeIterator.java469 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 …]
DExceptionTable.java243 void shiftPc(int where, int gapLength, boolean exclusive) { in shiftPc()
252 boolean exclusive) { in shiftPc()
DLineNumberAttribute.java174 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/
Dip.proto48 bool exclusive = 3; field
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dcumsum.h30 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/
Dsmart_cond.py91 def smart_case(pred_fn_pairs, default=None, exclusive=False, name="smart_case"): argument
/external/cronet/tot/net/spdy/
Dhttp2_priority_dependencies.h50 bool exclusive; member
Dbuffered_spdy_framer.h203 bool exclusive) override {} in OnPriority()
276 bool exclusive = false; member
/external/cronet/stable/net/spdy/
Dhttp2_priority_dependencies.h50 bool exclusive; member
Dbuffered_spdy_framer.h203 bool exclusive) override {} in OnPriority()
276 bool exclusive = false; member
/external/python/pyserial/serial/
Dserialwin32.py472 def exclusive(self, exclusive): argument
Dserialutil.py192 exclusive=None, argument
316 def exclusive(self): member in SerialBase
321 def exclusive(self, exclusive): argument
/external/googleapis/google/cloud/discoveryengine/v1alpha/
Destimate_billing_service.proto74 bool exclusive = 3; field
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/adapter/
Devent_forwarder.cc125 bool exclusive, bool fin, bool end) { in OnHeaders()
164 bool exclusive) { in OnPriority()
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/adapter/
Devent_forwarder.cc125 bool exclusive, bool fin, bool end) { in OnHeaders()
164 bool exclusive) { in OnPriority()
/external/curl/lib/
Dsocketpair.c162 int exclusive = 1; in Curl_socketpair() local
/external/eigen/unsupported/test/
Dcxx11_tensor_scan_sycl.cpp28 bool exclusive) { in test_sycl_cumsum()
/external/python/cpython3/Objects/mimalloc/
Darena.c51 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/
Dkernel_config.py106 def is_exclusive(self, exclusive): argument

123456