Home
last modified time | relevance | path

Searched defs:a_shape (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_tensor_dense_matmul_op_test.cc27 Node* a_shape, Node* b, bool adjoint_a, in SparseTensorDenseMatMulNode()
47 Tensor a_shape(DT_INT64, TensorShape({2})); in SparseTensorDenseMatmul() local
Dbetainc_op.cc47 const TensorShape& a_shape = a.shape(); in Compute() local
Dsparse_tensor_dense_add_op.cc36 const Tensor *a_shape, const Tensor *b) { in ValidateInputs()
Dsparse_add_op.cc32 const Tensor *a_indices, *b_indices, *a_values_t, *b_values_t, *a_shape, in Compute() local
Dsparse_sparse_binary_op_shared.cc174 const auto a_shape = a_shape_t->flat<int64>(); in Compute() local
Dsparse_tensor_dense_matmul_op.cc44 const Tensor* a_shape; in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Deinsum_op.cc41 const TensorShape a_shape = ctx->InputShape(0); in Compile() local
Dmatmul_op.cc53 const TensorShape a_shape = ctx->InputShape(0); 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/ops/
Dsparse_ops.cc76 ShapeHandle a_shape; in __anone6e195410302() local
99 ShapeHandle a_shape; in __anone6e195410402() local
Dmath_ops.cc128 ShapeHandle a_shape; in __anon57f5a5dd0202() local
1459 ShapeHandle a_shape; in __anon57f5a5dd0c02() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc57 Shape a_shape = operand->shape(); in CreateCholesky() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc555 const Shape& a_shape = hlo->operand(0)->shape(); in HandleTriangularSolve() local
568 const Shape& a_shape = hlo->operand(0)->shape(); in HandleCholesky() local
Dshape_inference_test.cc1521 Shape a_shape = ShapeUtil::MakeShape(F32, {2, 3, 4, 5}); in TEST_F() local
1531 Shape a_shape = ShapeUtil::MakeShape(F32, {5}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dself_adjoint_eig.cc406 Shape a_shape = shape_with_status.ValueOrDie(); in SelfAdjointEig() local
Dsvd.cc835 Shape a_shape = shape_with_status.ValueOrDie(); in SVD() local
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc189 const TensorShape& a_shape = found_shapes[node.input(0)]; in CalculateFlops() local