Home
last modified time | relevance | path

Searched defs:b_shape (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_matmul_op_test.py108 def compareNonEmpty(self, a_shape, b_shape): argument
125 def compareEmpty(self, a_shape, b_shape): argument
/external/tensorflow/tensorflow/contrib/factorization/python/kernel_tests/
Dmasked_matmul_benchmark.py62 def _run_graph(self, a_shape, b_shape, nnz, num_iters, sort=False, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatmul_op.cc53 const TensorShape b_shape = ctx->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dbetainc_op.cc48 const TensorShape& b_shape = b.shape(); in Compute() local
Dsparse_add_op.cc33 *b_shape, *thresh_t; in Compute() local
Dsparse_sparse_binary_op_shared.cc175 const auto b_shape = b_shape_t->flat<int64>(); in Compute() local
/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc73 ShapeHandle b_shape; in __anon57f5a5dd0202() local
1327 ShapeHandle b_shape; in __anon57f5a5dd0a02() local
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops.cc65 Eigen::array<Eigen::DenseIndex, 2> b_shape({1, b.dimensions()[0]}); in LSTMBlockCellFpropWithEigen() local