OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bool_list
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/core/lib/core/
bit_cast_test.cc
65
static const bool
bool_list
[] = {false, true};
local
66
TestMarshall<bool>(
bool_list
, TF_ARRAYSIZE(
bool_list
));
/external/selinux/policycoreutils/setsebool/
setsebool.c
77
char *
bool_list
[1];
local
84
bool_list
[0] = (char *)malloc(len);
85
if (
bool_list
[0] == 0) {
89
snprintf(
bool_list
[0], len, "%s=%s", argv[optind],
91
rc = setbool(
bool_list
, 0, 1);
92
free(
bool_list
[0]);
/external/tensorflow/tensorflow/contrib/training/python/training/
hparam.proto
48
BoolList
bool_list
= 8;
Completed in 151 milliseconds