Home
last modified time | relevance | path

Searched refs:lhs_handle (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcwise_ops.cc53 auto lhs_handle = ctx->Input(0); in Compile() local
80 Computation(ctx, lhs_handle, lhs_shape.dim_sizes(), rhs_handle, in Compile()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmatrix_ops_simple_test.cc202 auto lhs_handle, in TestImpl()
236 {lhs_handle.get(), rhs_handle.get()}, in TestImpl()
Ddot_operation_test.cc205 auto lhs_handle = in XLA_TYPED_TEST() local
221 {lhs_handle.get(), rhs_handle.get()}, this->error_spec_); in XLA_TYPED_TEST()
228 auto lhs_handle = in TestImpl() local
249 {lhs_handle.get(), rhs_handle.get()}, error_spec_); in TestImpl()
513 auto lhs_handle = in TestImpl() local
536 {lhs_handle.get(), rhs_handle.get()}, error_spec_); in TestImpl()
547 auto lhs_handle = in XLA_TEST_F() local
567 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, error_spec_); in XLA_TEST_F()
809 auto lhs_handle = in XLA_TYPED_TEST() local
846 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, in XLA_TYPED_TEST()