Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dbatch_matmul_op_test.py80 def CompareNonEmpty(self, a_shape, b_shape): argument
100 def CompareNonEmpty(self, a_shape, b_shape): argument
118 def CompareEmpty(self, a_shape, b_shape): argument
176 def _compare(self, a_shape, b_shape, dtype, adjoint_a, adjoint_b): argument
186 def CheckGradients(self, a_shape, b_shape): argument
198 def CheckGradients(self, a_shape, b_shape): argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dshared_device_buffer_test.cc45 Shape a_shape = ShapeUtil::MakeShape(F32, {3, 101, 4}); in TEST() local
73 Shape a_shape = ShapeUtil::MakeShape(F32, {3, 101, 4}); in TEST() local
/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.cc45 const Tensor* a_shape; in Compute() local
/external/XNNPACK/models/
Dmobilenet-v3-small.cc2163 const size_t a_shape[] = { 1, 56, 56, 16 }; in MobileNetV3Small() local
2327 const size_t a_shape[] = { 1, 14, 14, 96 }; in MobileNetV3Small() local
2421 const size_t a_shape[] = { 1, 14, 14, 240 }; in MobileNetV3Small() local
2525 const size_t a_shape[] = { 1, 14, 14, 240 }; in MobileNetV3Small() local
2629 const size_t a_shape[] = { 1, 14, 14, 120 }; in MobileNetV3Small() local
2723 const size_t a_shape[] = { 1, 14, 14, 144 }; in MobileNetV3Small() local
2827 const size_t a_shape[] = { 1, 7, 7, 288 }; in MobileNetV3Small() local
2921 const size_t a_shape[] = { 1, 7, 7, 576 }; in MobileNetV3Small() local
3025 const size_t a_shape[] = { 1, 7, 7, 576 }; in MobileNetV3Small() local
Dmobilenet-v3-large.cc2610 const size_t a_shape[] = { 1, 28, 28, 72 }; in MobileNetV3Large() local
2684 const size_t a_shape[] = { 1, 28, 28, 120 }; in MobileNetV3Large() local
2768 const size_t a_shape[] = { 1, 28, 28, 120 }; in MobileNetV3Large() local
3102 const size_t a_shape[] = { 1, 14, 14, 480 }; in MobileNetV3Large() local
3196 const size_t a_shape[] = { 1, 14, 14, 672 }; in MobileNetV3Large() local
3300 const size_t a_shape[] = { 1, 7, 7, 672 }; in MobileNetV3Large() local
3394 const size_t a_shape[] = { 1, 7, 7, 960 }; in MobileNetV3Large() local
3498 const size_t a_shape[] = { 1, 7, 7, 960 }; in MobileNetV3Large() local
/external/tensorflow/tensorflow/core/ops/
Dsparse_csr_matrix_ops_test.cc192 const string& a_shape, const string& b_shape) { in TEST()
228 const string& a_shape, const string& b_shape) { in TEST()
328 const string& a_shape, const string& b_shape) { in TEST()
Dsparse_csr_matrix_ops.cc235 ShapeHandle a_shape = sparse_matrix_shape_and_type.shape; in __anond96a6a670702() local
306 ShapeHandle a_shape = sparse_matrix_shape_and_type.shape; in __anond96a6a670802() local
359 ShapeHandle a_shape = sparse_matrix_shape_and_type.shape; in __anond96a6a670902() local
393 ShapeHandle a_shape = sparse_matrix_shape_and_type.shape; in __anond96a6a670a02() local
Dsparse_ops.cc76 ShapeHandle a_shape; in __anon5983aeac0302() local
99 ShapeHandle a_shape; in __anon5983aeac0402() local
Dmath_ops.cc1552 ShapeHandle a_shape; in __anonb5dc68880c02() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbeta_op.cc37 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/compiler/xla/service/gpu/
Dcusolver_rewriter.cc55 Shape a_shape = operand->shape(); in CreateCholesky() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc682 const Shape& a_shape = hlo->operand(0)->shape(); in HandleTriangularSolve() local
699 const Shape& a_shape = hlo->operand(0)->shape(); in HandleCholesky() local
Dshape_inference_test.cc1790 Shape a_shape = ShapeUtil::MakeShape(F32, {2, 3, 4, 5}); in TEST_F() local
1800 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.cc822 Shape a_shape = shape_with_status.ValueOrDie(); in SVD() local
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_mat_mul_op.cc128 TensorShape a_shape; in Compute() local
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc190 const TensorShape& a_shape = found_shapes[node.input(0)]; in CalculateFlops() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc419 ShapeHandle a_shape; in BatchMatMulV2Shape() local
456 ShapeHandle a_shape; in BatchMatMulShape() local