HomeSort by relevance Sort by last modified time
    Searched defs:tss (Results 1 - 23 of 23) sorted by null

  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 176 TensorSliceSet* tss = gtl::FindPtrOrNull(*tensor_slices, name); local
178 if (!tss) {
179 tss = new TensorSliceSet(shape, type);
180 tensor_slices->insert(std::make_pair(name, tss));
183 const TensorShape& tss_shape(tss->shape());
189 if (type != tss->type()) {
192 ": existing = ", DataTypeString(tss->type()),
197 return tss->Register(slice, tag, nullptr);
tensor_slice_reader.cc 192 const TensorSliceSet* tss = gtl::FindPtrOrNull(tensors_, name); local
193 if (tss && !tss->QueryMeta(slice, details)) {
196 return tss;
204 const TensorSliceSet* tss = gtl::FindPtrOrNull(tensors_, name); local
205 if (!tss && !all_shards_loaded_) {
209 tss = gtl::FindPtrOrNull(tensors_, name);
211 if (tss) {
213 *shape = tss->shape();
216 *type = tss->type()
231 const TensorSliceSet* tss = gtl::FindPtrOrNull(tensors_, name); local
    [all...]
tensor_slice_reader.h 148 const TensorSliceSet* tss; local
151 tss = FindTensorSlice(name, slice, &details);
152 if (!tss && !all_shards_loaded_) {
156 tss = FindTensorSlice(name, slice, &details);
158 if (!tss) {
185 tss->shape(), slice_s, slice,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 168 size_t tss; local
180 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
182 if (tss != 0) {
183 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 200 long tsa, tss, tps; local
205 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
211 output(" TSS: %li\n", tss);
379 if ((tss > 0) && (tsa > 0)) {
409 output("TSA or TSS unsupported => "
433 if (tss > 0) {
448 output("TSS unsupported => stack size unchanged\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 147 long tsa, tss, tps; local
152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
158 output(" TSS: %li\n", tss);
332 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute
362 ("TSA or TSS unsupported => No alternative stack\n");
386 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */
404 output("TSS unsupported => stack size unchanged\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 147 long tsa, tss, tps; local
152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
158 output(" TSS: %li\n", tss);
332 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute
362 ("TSA or TSS unsupported => No alternative stack\n");
386 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */
404 output("TSS unsupported => stack size unchanged\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 214 long tsa, tss, tps; local
219 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
225 output(" TSS: %li\n", tss);
399 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute
429 ("TSA or TSS unsupported => No alternative stack\n");
453 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */
471 output("TSS unsupported => stack size unchanged\n");
  /external/python/cpython2/Python/
thread_pthread.h 169 size_t tss; local
181 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
183 if (tss != 0) {
184 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 118 static void print_timestamp(struct scm_timestamping *tss, int tstype,
137 __print_timestamp(tsname, &tss->ts[0], tskey, payload_len);
182 struct scm_timestamping *tss = NULL; local
191 tss = (void *) CMSG_DATA(cm);
218 if (serr && tss) {
219 print_timestamp(tss, serr->ee_info, serr->ee_data,
222 tss = NULL;
  /external/python/cpython3/Python/
thread_pthread.h 194 size_t tss; local
206 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
208 if (tss != 0) {
209 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
  /external/clang/test/Analysis/
taint-tester.c 95 char tss = s[0]; // expected-warning + {{tainted}} local
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 923 const TensorSliceSet* tss = local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 2881 ServiceState tss = mSS; local
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 624 milliseconds