Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Deinsum_op.cc42 const TensorShape b_shape = ctx->InputShape(1); in Compile() local
Dmatmul_op.cc54 const TensorShape b_shape = ctx->InputShape(1); in Compile() local
/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/python/kernel_tests/
Dbatch_matmul_op_test.py109 def CompareNonEmpty(self, a_shape, b_shape): argument
126 def CompareEmpty(self, a_shape, b_shape): argument
/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/contrib/gan/python/features/python/
Dspectral_normalization_test.py107 def _testLayerHelper(self, build_layer_fn, w_shape, b_shape, is_keras=False): argument
/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc129 ShapeHandle b_shape; in __anonb22bfa860202() local
1460 ShapeHandle b_shape; in __anonb22bfa860c02() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc556 const Shape& b_shape = hlo->operand(1)->shape(); in HandleTriangularSolve() local
/external/tensorflow/tensorflow/contrib/rnn/kernels/
Dlstm_ops.cc66 Eigen::array<Eigen::DenseIndex, 2> b_shape({1, b.dimensions()[0]}); in LSTMBlockCellFpropWithEigen() local