Home
last modified time | relevance | path

Searched defs:rhs_shape (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_triangular_solve_op.cc37 const TensorShape rhs_shape = ctx->InputShape(1); in Compile() local
83 xla::XlaOp rhs, const TensorShape& rhs_shape, in Broadcast()
Dxla_dot_op.cc46 const TensorShape rhs_shape = context->InputShape(1); in Compile() local
Dcwise_ops.cc35 const TensorShape rhs_shape = ctx->InputShape(1); in Compile() local
Dxla_broadcast_helper_op.cc39 const TensorShape rhs_shape = context->InputShape(1); in Compile() local
Dxla_conv_op.cc45 const TensorShape rhs_shape = context->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc67 Shape rhs_shape = ShapeUtil::MakeShape(F32, {12, 24}); in TEST_F() local
102 Shape rhs_shape = ShapeUtil::MakeShape(F32, {12, 24}); in TEST_F() local
145 Shape rhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {12, 24}, {0, 1}); in TEST_F() local
186 Shape rhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {12, 24}, {0, 1}); in TEST_F() local
219 Shape rhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {12, 24}, {0, 1}); in TEST_F() local
Ddot_op_emitter_internal.h39 Shape rhs_shape; member
Ddot_op_emitter.cc70 Shape rhs_shape; member
518 const Shape& rhs_shape = rhs_array_.GetShape(); in Emit() local
553 const Shape& rhs_shape = rhs_array_.GetShape(); in EmitNaiveLlvmIrGemm() local
854 const Shape& rhs_shape = rhs_array_.GetShape(); in GetMatMultDims() local
938 bool AreGemmShapes(const Shape& lhs_shape, const Shape& rhs_shape, in AreGemmShapes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.h39 Shape rhs_shape; member
Dgpu_layout_assignment.cc124 Shape rhs_shape = instr->operand(1)->shape(); in AddBackendConstraintsToDnnConvCustomCall() local
Dgemm_thunk.cc183 const Shape &rhs_shape = gemm_config.rhs_shape; in RunGemm() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dtridiagonal_solve_op_test.py516 def test_raises(diags_shape, rhs_shape): argument
527 def test_raises(diags_tuple_shapes, rhs_shape): argument
541 def test_raises(diags_shape, rhs_shape): argument
552 rhs_shape, argument
611 def test_with_matrix_shapes(matrix_shape, rhs_shape=None): argument
/external/tensorflow/tensorflow/compiler/tests/
Dtridiagonal_solve_ops_test.py477 def test_raises(diags_shape, rhs_shape): argument
487 def test_raises(diags_tuple_shapes, rhs_shape): argument
500 def test_raises(diags_shape, rhs_shape): argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbatchmatmul_to_einsum.cc62 auto rhs_shape = rhs_type.getShape(); in matchAndRewrite() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h29 const RuntimeShape& rhs_shape, const float* rhs_data, in BatchMatMul()
116 const RuntimeShape& rhs_shape, const int8_t* rhs_data, in BatchMatMul()
273 const RuntimeShape& rhs_shape, const int8_t* rhs_data, in BatchMatMul()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_matmul.h54 const RuntimeShape& rhs_shape, const float* rhs_data, in BatchMatMul()
109 const RuntimeShape& rhs_shape, const int8_t* rhs_data, in BatchMatMul()
201 const RuntimeShape& rhs_shape, const T* rhs_data, in BatchMatMul()
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc510 const RuntimeShape& rhs_shape, const TfLiteTensor* rhs, in EvalInt8()
545 const RuntimeShape& rhs_shape, const TfLiteTensor* rhs, in EvalInt16()
573 const RuntimeShape& rhs_shape, in EvalQuantized()
682 RuntimeShape rhs_shape = in Eval() local
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_binary_ops_test.h45 const TensorShape& rhs_shape, in SetOpKernel()
70 const TensorShape& rhs_shape, in RunAndExpectResult()
95 const TensorShape& rhs_shape, in RunAndExpectInvalidArgument()
/external/tensorflow/tensorflow/compiler/xla/service/
Ddot_decomposer.cc96 const auto& rhs_shape = original_dot->operand(1)->shape(); in CanonicalizeDot() local
Dshape_inference_test.cc417 Shape rhs_shape = ShapeUtil::MakeShape(F32, {2, 12, 11, 3}); in TEST_F() local
462 Shape rhs_shape = ShapeUtil::MakeShape(F32, {2, 12, 11, 3}); in TEST_F() local
508 Shape rhs_shape = ShapeUtil::MakeShape(F32, {2, 12, 11, 4}); in TEST_F() local
542 Shape rhs_shape = ShapeUtil::MakeShape(F32, {12, 11, 3, 2}); in TEST_F() local
592 Shape rhs_shape = ShapeUtil::MakeShape(F32, {38, 10, 4, 4}); in TEST_F() local
616 Shape rhs_shape; member
1561 Shape rhs_shape = ShapeUtil::MakeShape(F32, {5, 2, 3, 14}); in TEST_F() local
1587 Shape rhs_shape = ShapeUtil::MakeShape(F32, {2, 3, 14}); in TEST_F() local
1608 Shape rhs_shape = ShapeUtil::MakeShape(F32, {2, 3, 2, 14}); in TEST_F() local
1652 Shape rhs_shape = ShapeUtil::MakeShape(F32, {3, 3, 14}); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_test.cc215 TensorShape rhs_shape; in BiasAdd() local
325 TensorShape lhs_shape, rhs_shape; in BcastAdd() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlower_general_dot.cc166 auto rhs_shape = rhs_shape_type.getShape(); in matchAndRewrite() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc178 const TensorShape& lhs_shape, const TensorShape& rhs_shape, in CreateMatMulParams()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dmatrix_ops_simple_test.cc198 Shape rhs_shape = in TestImpl() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc599 auto rhs_shape = rhs.getType().cast<ShapedType>().getShape(); in matchAndRewrite() local
667 auto rhs_shape = rhs.getType().cast<ShapedType>().getShape(); in matchAndRewrite() local

12