HomeSort by relevance Sort by last modified time
    Searched refs:rhs_handle (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
cwise_ops.cc 53 auto rhs_handle = ctx->Input(1); local
79 Computation(ctx, lhs_handle, lhs_shape.dim_sizes(), rhs_handle,
  /external/tensorflow/tensorflow/compiler/xla/tests/
dot_operation_test.cc 163 auto rhs_handle = client_ local
170 {lhs_handle.get(), rhs_handle.get()}, error_spec_);
182 auto rhs_handle = local
197 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, error_spec_);
391 auto rhs_handle = local
407 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, error_spec_);
452 auto rhs_handle = local
468 &builder, expected, {lhs_handle.get(), rhs_handle.get()}, error_spec_);
581 auto rhs_handle = local
609 {lhs_handle.get(), rhs_handle.get()}
    [all...]
matrix_ops_simple_test.cc 186 auto rhs_handle,
216 {lhs_handle.get(), rhs_handle.get()},
253 auto rhs_handle,
288 {lhs_handle.get(), rhs_handle.get()},

Completed in 124 milliseconds