OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:true_result
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/
masked_matmul_ops_test.py
76
true_result
= sparse_tensor.SparseTensor(
78
AssertClose(result,
true_result
)
/external/tensorflow/tensorflow/python/keras/
activations_test.py
91
true_result
= (np.exp(negative_values) - 1) * scale * alpha
92
self.assertAllClose(result,
true_result
)
165
true_result
= (np.exp(negative_values) - 1) / 2
166
self.assertAllClose(result,
true_result
)
/external/tensorflow/tensorflow/compiler/xla/service/
layout_assignment_test.cc
813
const HloInstruction*
true_result
= true_root->operand(0);
local
[
all
...]
Completed in 369 milliseconds