Home
last modified time | relevance | path

Searched defs:out_shape (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dcanonicalize_all_gather_for_cse.cc36 const Shape& out_shape = inst->shape(); in IsAddingOnlyDegenerateDimensions() local
59 const Shape& out_shape = ag->shape(); in RunOnComputation() local
/external/tensorflow/tensorflow/core/ops/
Dbatch_ops.cc103 shape_inference::ShapeHandle out_shape; in __anon720d5c150202() local
/external/tensorflow/tensorflow/core/kernels/
Ddiag_op.cc53 TensorShape out_shape; in Compute() local
93 TensorShape out_shape; in Compute() local
Ddecode_padded_raw_op.cc63 TensorShape out_shape = input.shape(); in Compute() local
Dmaxpooling_op.cc811 TensorShape out_shape({params.tensor_in_batch, params.out_height, in Compute() local
894 TensorShape out_shape({params.tensor_in_batch, params.out_height, in Compute() local
962 TensorShape out_shape({params.tensor_in_batch, params.out_height, in Compute() local
1082 TensorShape out_shape({params.tensor_in_batch, params.tensor_in_rows, in Compute() local
1140 TensorShape out_shape({params.tensor_in_batch, params.out_height, in Compute() local
1200 TensorShape out_shape = in Compute() local
1328 TensorShape out_shape = in Compute() local
Ddecode_raw_op.cc57 TensorShape out_shape = input.shape(); in Compute() local
Dnth_element_op.cc67 TensorShape out_shape; in Compute() local
Dreduction_ops_common.cc29 TensorShape ReductionHelper::out_shape() const { in out_shape() function in tensorflow::ReductionHelper
Dmatmul_op_fused.cc197 TensorShape out_shape( in Compute() local
Dquantized_matmul_op.cc117 TensorShape out_shape( in Compute() local
Dcudnn_pooling_gpu.cc42 const auto out_shape = output->shape(); in Compute() local
Dsparse_tensor_dense_matmul_op.cc117 TensorShape out_shape({outer_left, outer_right}); in Compute() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_batch_matmul_op.cc104 TensorShape out_shape = bcast.output_batch_shape(); in Compute() local
179 const TensorShape& out_shape) { in CreateMatMulParams()
Dmkl_matmul_op.cc69 TensorShape out_shape( in Compute() local
/external/eigen/unsupported/test/
Dcxx11_tensor_argmax_cuda.cu79 array<DenseIndex, 3> out_shape; in test_cuda_argmax_dim() local
168 array<DenseIndex, 3> out_shape; in test_cuda_argmin_dim() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dmerge_reshape_into_preceding_transpose.cc67 std::vector<int> out_shape = output_array.shape().dims(); in ReshapeToTranspose() local
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h345 const auto& out_shape = out->shape(); in ValidateAndInitializeToDense() local
379 const auto& out_shape = out->shape(); in ToDense() local
395 const auto& out_shape = out->shape().dim_sizes(); in ToDense() local
/external/tensorflow/tensorflow/core/kernels/linalg/
Ddeterminant_op.cc149 TensorShape out_shape; in ComputeAsync() local
289 TensorShape out_shape; in ComputeAsync() local
Dbanded_triangular_solve_op.cc228 TensorShape out_shape = bcast.output_batch_shape(); in Compute() local
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py135 out_shape, argument
237 def _gpuVsCpuCase(self, in_shape, out_shape, align_corners, argument
/external/tensorflow/tensorflow/core/kernels/image/
Dextract_image_patches_op.cc100 TensorShape out_shape(out_sizes); in Compute() local
Dextract_volume_patches_op.cc127 TensorShape out_shape(out_sizes); in Compute() local
/external/tensorflow/tensorflow/core/kernels/neon/
Dneon_depthwise_conv_op.cc97 TensorShape out_shape({batch, out_rows, out_cols, out_depth}); in Compute() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dchlo_ops.cc80 llvm::SmallVector<int64_t, 4> out_shape(shape_x.size()); in GetBroadcastType() local
112 llvm::SmallVector<int64_t, 4> out_shape(shape_large.begin(), in GetBroadcastType() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc79 TensorShape out_shape; in XlaGather() local

123