Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Dself_adjoint_eig_v2_op_impl.h43 using TensorShapes = typename Base::TensorShapes; variable
Dself_adjoint_eig_op.cc38 using TensorShapes = typename Base::TensorShapes; typedef in tensorflow::SelfAdjointEigOp
Deig_op_impl.h43 using TensorShapes = typename Base::TensorShapes; variable
Dsvd_op_impl.h48 using TensorShapes = typename Base::TensorShapes; variable
Dmatrix_solve_ls_op_impl.h43 using TensorShapes = typename Base::TensorShapes; variable
Dlu_op.cc35 using TensorShapes = gtl::InlinedVector<TensorShape, 4>; typedef in tensorflow::LuOp
Dcholesky_grad.cc32 using TensorShapes = typename Base::TensorShapes; typedef in tensorflow::CholeskyGrad
Dqr_op_impl.h62 using TensorShapes = typename Base::TensorShapes; variable
/external/tensorflow/tensorflow/core/kernels/data/
Dtensor_dataset_op_test.cc61 std::vector<PartialTensorShape> TensorShapes( in TensorShapes() function in tensorflow::data::__anond871d70a0111::TensorDatasetParams