Home
last modified time | relevance | path

Searched refs:TensorShapes (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/linalg/
Dlinalg_ops_common.h46 using TensorShapes = gtl::InlinedVector<TensorShape, 4>;
58 OpKernelContext* context, const TensorShapes& input_matrix_shapes) const { in ValidateInputMatrixShapes()
66 const TensorShapes& input_matrix_shapes);
69 OpKernelContext* context, const TensorShapes& input_matrix_shapes);
72 const TensorShapes& input_matrix_shapes);
76 const TensorShapes& input_matrix_shapes);
88 virtual TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
89 const TensorShapes& input_matrix_shapes) const { in GetOutputMatrixShapes()
99 virtual int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const { in GetCostPerUnit()
175 const TensorShapes& input_matrix_shapes,
[all …]
Dsvd_op_impl.h48 using TensorShapes = typename Base::TensorShapes; variable
52 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
56 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
57 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
62 return TensorShapes({TensorShape({min_size}), in GetOutputMatrixShapes()
66 return TensorShapes({TensorShape({min_size})}); in GetOutputMatrixShapes()
71 int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const final { in GetCostPerUnit()
Dself_adjoint_eig_v2_op_impl.h43 using TensorShapes = typename Base::TensorShapes; variable
49 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
50 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
53 return TensorShapes({TensorShape({n}), TensorShape({n, n})}); in GetOutputMatrixShapes()
55 return TensorShapes({TensorShape({n})}); in GetOutputMatrixShapes()
Deig_op_impl.h43 using TensorShapes = typename Base::TensorShapes; variable
54 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
55 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
58 return TensorShapes({TensorShape({n}), TensorShape({n, n})}); in GetOutputMatrixShapes()
60 return TensorShapes({TensorShape({n})}); in GetOutputMatrixShapes()
Dlinalg_ops_common.cc34 OpKernelContext* context, const TensorShapes& input_matrix_shapes) { in ValidateSingleMatrix()
45 OpKernelContext* context, const TensorShapes& input_matrix_shapes) { in ValidateSingleSquareMatrix()
56 OpKernelContext* context, const TensorShapes& input_matrix_shapes) { in ValidateSolver()
73 OpKernelContext* context, const TensorShapes& input_matrix_shapes) { in ValidateSquareSolver()
92 TensorShapes input_matrix_shapes; in Compute()
97 TensorShapes output_matrix_shapes; in Compute()
119 TensorShapes* input_matrix_shapes, TensorShape* batch_shape) { in AnalyzeInputs()
162 OpKernelContext* context, const TensorShapes& input_matrix_shapes, in PrepareOutputs()
164 TensorShapes* output_matrix_shapes) { in PrepareOutputs()
222 const TensorShapes& input_matrix_shapes, const TensorOutputs& outputs, in ComputeTensorSlice()
[all …]
Dself_adjoint_eig_op.cc38 using TensorShapes = typename Base::TensorShapes; typedef in tensorflow::SelfAdjointEigOp
44 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
45 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
47 return TensorShapes({TensorShape({d + 1, d})}); in GetOutputMatrixShapes()
Dmatrix_solve_ls_op_impl.h43 using TensorShapes = typename Base::TensorShapes; variable
55 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
59 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
60 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
61 return TensorShapes({TensorShape({input_matrix_shapes[0].dim_size(1), in GetOutputMatrixShapes()
65 int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const final { in GetCostPerUnit()
Dcholesky_grad.cc32 using TensorShapes = typename Base::TensorShapes; typedef in tensorflow::CholeskyGrad
43 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
55 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
56 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
57 return TensorShapes({input_matrix_shapes[0]}); in GetOutputMatrixShapes()
Dtridiagonal_matmul_op.cc38 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
62 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
63 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
64 return TensorShapes({input_matrix_shapes[3]}); in GetOutputMatrixShapes()
67 int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const final { in GetCostPerUnit()
Dqr_op_impl.h62 using TensorShapes = typename Base::TensorShapes; variable
66 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
70 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
71 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
76 return TensorShapes({TensorShape({m, m}), TensorShape({m, n})}); in GetOutputMatrixShapes()
78 return TensorShapes( in GetOutputMatrixShapes()
83 int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const final { in GetCostPerUnit()
Dtridiagonal_solve_op.cc50 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
72 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
73 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
74 return TensorShapes({input_matrix_shapes[1]}); in GetOutputMatrixShapes()
77 int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const final { in GetCostPerUnit()
Dmatrix_solve_op.cc55 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
59 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
60 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
61 return TensorShapes({TensorShape({input_matrix_shapes[0].dim_size(1), in GetOutputMatrixShapes()
65 int64 GetCostPerUnit(const TensorShapes& input_matrix_shapes) const final { in GetCostPerUnit()
Ddeterminant_op.cc84 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
85 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
86 return TensorShapes({TensorShape({}), TensorShape({})}); in GetOutputMatrixShapes()
108 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
109 const TensorShapes& input_matrix_shape) const final { in GetOutputMatrixShapes()
110 return TensorShapes({TensorShape({})}); in GetOutputMatrixShapes()
Dlu_op.cc35 using TensorShapes = gtl::InlinedVector<TensorShape, 4>; typedef in tensorflow::LuOp
96 TensorShapes output_matrix_shapes({input.shape(), permutation_shape}); in Compute()
131 const TensorShapes& output_matrix_shapes) { in ComputeTensorSlice()
Dtridiagonal_solve_op_gpu.cu.cc107 const TensorShapes& input_matrix_shapes) const final { in ValidateInputMatrixShapes()
130 TensorShapes GetOutputMatrixShapes( in GetOutputMatrixShapes()
131 const TensorShapes& input_matrix_shapes) const final { in GetOutputMatrixShapes()
132 return TensorShapes({input_matrix_shapes[1]}); in GetOutputMatrixShapes()
/external/tensorflow/tensorflow/core/kernels/data/
Dtensor_dataset_op_test.cc29 : DatasetParams(TensorDtypes(components), TensorShapes(components), in TensorDatasetParams()
61 std::vector<PartialTensorShape> TensorShapes( in TensorShapes() function in tensorflow::data::__anond871d70a0111::TensorDatasetParams