Searched refs:rhs_handle (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | cwise_ops.cc | 54 auto rhs_handle = ctx->Input(1); in Compile() local 80 Computation(ctx, lhs_handle, lhs_shape.dim_sizes(), rhs_handle, in Compile()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | matrix_ops_simple_test.cc | 206 auto rhs_handle, in TestImpl() 236 {lhs_handle.get(), rhs_handle.get()}, in TestImpl()
|
D | dot_operation_test.cc | 210 auto rhs_handle = this->client_ in XLA_TYPED_TEST() local 221 {lhs_handle.get(), rhs_handle.get()}, this->error_spec_); in XLA_TYPED_TEST() 235 auto rhs_handle = in TestImpl() local 249 {lhs_handle.get(), rhs_handle.get()}, error_spec_); in TestImpl() 520 auto rhs_handle = in TestImpl() local 536 {lhs_handle.get(), rhs_handle.get()}, error_spec_); in TestImpl() 552 auto rhs_handle = in XLA_TEST_F() local 567 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, error_spec_); in XLA_TEST_F() 816 auto rhs_handle = in XLA_TYPED_TEST() local 846 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, in XLA_TYPED_TEST()
|