Home
last modified time | relevance | path

Searched defs:beginning (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
Dreduce_slice_ops_gpu.cu.cc32 #define GPUReduceSliceFunctorReduceop(reduceop, beginning) \ argument
Dreduce_slice_ops.cc33 #define CPUReduceSliceFunctorReduceop(reduceop, beginning) \ argument
/external/libmicrohttpd/src/testspdy/
Dtest_session_timeout.c132 unsigned long long beginning = 0; in parentproc() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp108 GlobalValue *CounterArray, bool beginning) { in IncrementCounterInBlock()
/external/sfntly/cpp/src/test/
Dcmap_iterator_test.cc105 beginning = bit_set->begin(), in CompareCMapIterAndBitSet() local
/external/python/cpython2/Modules/
Dsre.h76 void* beginning; /* start of original string */ member
/external/python/cpython3/Modules/
Dsre.h67 void* beginning; /* start of original string */ member
/external/webrtc/webrtc/modules/video_coding/
Dsession_info.cc399 bool beginning = in FindPartitionEnd() local
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp8.cc286 bool beginning = true; in GeneratePackets() local
/external/python/cpython2/Lib/plat-mac/
Daetypes.py73 def beginning(of): function