OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kElementCount
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
stateful_random_ops.h
38
(PhiloxRandom::ResultType::
kElementCount
+
39
PhiloxRandom::Key::
kElementCount
) /
/external/tensorflow/tensorflow/core/lib/random/
philox_random.h
52
static const int
kElementCount
= ElementCount;
/external/tensorflow/tensorflow/compiler/xla/tests/
local_client_execute_test.cc
408
const int
kElementCount
= 100;
412
std::vector<Shape> element_shapes(
kElementCount
, element_shape);
420
for (int i = 0; i <
kElementCount
; ++i) {
430
for (int i = 0; i <
kElementCount
; ++i) {
439
for (int i = 0; i <
kElementCount
; ++i) {
[
all
...]
Completed in 593 milliseconds