Home
last modified time | relevance | path

Searched defs:lhs_shape (Results 1 – 25 of 41) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_triangular_solve_op.cc36 const TensorShape lhs_shape = ctx->InputShape(0); in Compile() local
82 MatrixTriangularSolveOp::Broadcast(xla::XlaOp lhs, const TensorShape& lhs_shape, in Broadcast()
Dxla_dot_op.cc45 const TensorShape lhs_shape = context->InputShape(0); in Compile() local
Dcwise_ops.cc34 const TensorShape lhs_shape = ctx->InputShape(0); in Compile() local
Dxla_broadcast_helper_op.cc38 const TensorShape lhs_shape = context->InputShape(0); in Compile() local
Dxla_conv_op.cc44 const TensorShape lhs_shape = context->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_layout_assignment_test.cc66 Shape lhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {12}, {0}); in TEST_F() local
101 Shape lhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {12}, {0}); in TEST_F() local
185 Shape lhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {1, 12}, {0, 1}); in TEST_F() local
218 Shape lhs_shape = ShapeUtil::MakeShapeWithLayout(F32, {1, 12}, {0, 1}); in TEST_F() local
Ddot_op_emitter_internal.h38 Shape lhs_shape; member
Ddot_op_emitter.cc69 Shape lhs_shape; member
517 const Shape& lhs_shape = lhs_array_.GetShape(); in Emit() local
552 const Shape& lhs_shape = lhs_array_.GetShape(); in EmitNaiveLlvmIrGemm() local
853 const Shape& lhs_shape = lhs_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.h38 Shape lhs_shape; member
Dgpu_layout_assignment.cc123 Shape lhs_shape = instr->operand(0)->shape(); in AddBackendConstraintsToDnnConvCustomCall() local
Dgemm_thunk.cc182 const Shape &lhs_shape = gemm_config.lhs_shape; in RunGemm() local
Dir_emission_utils.cc55 bool AreValidGemmShapes(const Shape& lhs_shape, const Shape& rhs_shape, in AreValidGemmShapes()
110 const Shape& lhs_shape = dot.operand(0)->shape(); in IsMatrixMultiplication() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dbatchmatmul_to_einsum.cc61 auto lhs_shape = lhs_type.getShape(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbatch_dot_simplification.cc47 const Shape& lhs_shape = lhs->shape(); in ElideDegenerateBatchDimensionFromBatchDot() local
Ddot_decomposer.cc46 const auto& lhs_shape = original_dot->operand(0)->shape(); in CanonicalizeDot() local
Dshape_inference_test.cc406 Shape lhs_shape = ShapeUtil::MakeShape(F32, {10, 11, 3, 4}); in TEST_F() local
451 Shape lhs_shape = ShapeUtil::MakeShape(F32, {10, 11, 103, 4}); in TEST_F() local
497 Shape lhs_shape = ShapeUtil::MakeShape(F32, {10, 11, 3, 4}); in TEST_F() local
541 Shape lhs_shape = ShapeUtil::MakeShape(F32, {10, 11, 3, 4}); in TEST_F() local
591 Shape lhs_shape = ShapeUtil::MakeShape(F32, {60, 38, 17, 13}); in TEST_F() local
615 Shape lhs_shape; member
1560 Shape lhs_shape = ShapeUtil::MakeShape(F32, {5, 2, 11, 3}); in TEST_F() local
1586 Shape lhs_shape = ShapeUtil::MakeShape(F32, {2, 11, 3, 2}); in TEST_F() local
1607 Shape lhs_shape = ShapeUtil::MakeShape(F32, {2, 11, 3, 2}); in TEST_F() local
1651 Shape lhs_shape = ShapeUtil::MakeShape(F32, {2, 11, 3}); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dbatch_matmul.h28 inline void BatchMatMul(const RuntimeShape& lhs_shape, const float* lhs_data, in BatchMatMul()
115 inline void BatchMatMul(const RuntimeShape& lhs_shape, const int8_t* lhs_data, in BatchMatMul()
272 const RuntimeShape& lhs_shape, const int8_t* lhs_data, in BatchMatMul()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dbatch_matmul.h53 inline void BatchMatMul(const RuntimeShape& lhs_shape, const float* lhs_data, in BatchMatMul()
108 inline void BatchMatMul(const RuntimeShape& lhs_shape, const int8_t* lhs_data, in BatchMatMul()
200 const RuntimeShape& lhs_shape, const T* lhs_data, in BatchMatMul()
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_matmul.cc509 const RuntimeShape& lhs_shape, const TfLiteTensor* lhs, in EvalInt8()
544 const RuntimeShape& lhs_shape, const TfLiteTensor* lhs, in EvalInt16()
571 OpData* data, const RuntimeShape& lhs_shape, in EvalQuantized()
684 RuntimeShape lhs_shape = in Eval() local
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dbase_binary_ops_test.h43 void SetOpKernel(const std::string& op_name, const TensorShape& lhs_shape, in SetOpKernel()
68 const TensorShape& lhs_shape, in RunAndExpectResult()
93 const TensorShape& lhs_shape, in RunAndExpectInvalidArgument()
/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_test.cc263 TensorShape lhs_shape; in BiasAddGrad() local
325 TensorShape lhs_shape, rhs_shape; in BcastAdd() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlower_general_dot.cc165 auto lhs_shape = lhs_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.cc196 Shape lhs_shape = in TestImpl() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc598 auto lhs_shape = lhs.getType().cast<ShapedType>().getShape(); in matchAndRewrite() local
666 auto lhs_shape = lhs.getType().cast<ShapedType>().getShape(); in matchAndRewrite() local

12