Searched defs:kwargs_ (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linalg_grad_test.py | 58 def _GetMatrixUnaryFunctorGradientTest(functor_, dtype_, shape_, **kwargs_): 101 **kwargs_): 149 **kwargs_):
|
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/ |
D | matmul_op_test.py | 101 def _GetMatMulTest(a_np_, b_np_, use_static_shape_, **kwargs_): 147 def _GetMatMulGradientTest(a_np_, b_np_, use_static_shape_, **kwargs_):
|
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/ |
D | runtime.cc | 60 TaggedValue kwargs_) -> TaggedValue { in MakeCallable()
|
/external/tensorflow/tensorflow/cc/experimental/libtf/tests/ |
D | object_test.cc | 49 TaggedValue AddIntegers(TaggedValue args_, TaggedValue kwargs_) { in AddIntegers()
|