OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_val
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/python/kernel_tests/
lu_op_test.py
149
p_val
= self.evaluate([p])
150
# Make sure
p_val
is not the identity permutation.
151
self.assertNotAllClose(np.arange(3),
p_val
)
159
p_val
= self.evaluate([p])
160
# Make sure
p_val
is not the identity permutation.
161
self.assertNotAllClose(np.arange(3),
p_val
)
/external/iproute2/devlink/
devlink.c
476
static int strtouint32_t(const char *str, uint32_t *
p_val
)
486
*
p_val
= val;
490
static int strtouint16_t(const char *str, uint16_t *
p_val
)
500
*
p_val
= val;
633
static int dl_argv_uint32_t(struct dl *dl, uint32_t *
p_val
)
643
err = strtouint32_t(str,
p_val
);
651
static int dl_argv_uint16_t(struct dl *dl, uint16_t *
p_val
)
661
err = strtouint16_t(str,
p_val
);
[
all
...]
/external/tensorflow/tensorflow/python/client/
session_test.py
[
all
...]
Completed in 634 milliseconds