Home
last modified time | relevance | path

Searched defs:lhs_dims (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_dense_binary_op_shared.cc84 const auto lhs_dims = BCast::FromShape(TensorShape(shape_vec)); in Compute() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc183 auto lhs_dims = TFShapeToMklDnnDims(lhs_shape); in CreateMatMulParams() local
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.h253 const int64 lhs_dims[] = {lhs.n1(), lhs.n2(), lhs.n3()}; in Concat3D() local
288 const int64 lhs_dims[] = {lhs.n1(), lhs.n2(), lhs.n3(), lhs.n4()}; in Concat4D() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py389 def window_padding_type_to_pad_values(padding_type, lhs_dims, rhs_dims, argument
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc1669 std::vector<int64> lhs_dims; in PartitionDotGroupOnBatch() local
2102 std::vector<int64> lhs_dims; in PartitionDotGroupOnContracting() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1259 std::array<int64_t, 1> lhs_dims{static_cast<int64_t>(op.values().size())}; in GetHoistParams() local
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2183 int64 lhs_dims = hlo->operand(0)->shape().dimensions_size(); in EmitElementalDot() local
Dhlo_instruction.cc3708 std::vector<string> lhs_dims(2 + dnums.input_spatial_dimensions().size()); in ConvolutionDimensionNumbersToString() local
Dalgebraic_simplifier_test.cc5177 std::vector<int64> lhs_dims = {2, 3, 5}; in TEST_P() local