Searched refs:rhs_handle (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | cwise_ops.cc | 55 auto rhs_handle = ctx->Input(1); in Compile() local 81 Computation(ctx, lhs_handle, lhs_shape.dim_sizes(), rhs_handle, in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | dot_operation_test.cc | 203 auto rhs_handle = this->client_ in XLA_TYPED_TEST() local 214 {lhs_handle.get(), rhs_handle.get()}, this->error_spec_); in XLA_TYPED_TEST() 228 auto rhs_handle = in TestImpl() local 242 {lhs_handle.get(), rhs_handle.get()}, error_spec_); in TestImpl() 476 auto rhs_handle = in TestImpl() local 492 {lhs_handle.get(), rhs_handle.get()}, error_spec_); in TestImpl() 508 auto rhs_handle = in XLA_TEST_F() local 523 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, error_spec_); in XLA_TEST_F() 776 auto rhs_handle = in XLA_TYPED_TEST() local 806 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, in XLA_TYPED_TEST()
|
D | matrix_ops_simple_test.cc | 206 auto rhs_handle, in TestImpl() 236 {lhs_handle.get(), rhs_handle.get()}, in TestImpl()
|