Home
last modified time | relevance | path

Searched defs:target_shape (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dimage_ops_test.py409 target_shape, argument
548 target_shape, argument
663 target_shape, argument
824 target_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc2208 Shape target_shape = fusion->shape(); in HandleFusion() local
3227 const BufferAllocation::Slice& slice, const Shape& target_shape) { in EmitThreadLocalBufferPointer()
3278 const BufferAllocation::Slice& slice, const Shape& target_shape) { in EmitGlobalBufferPointer()
3304 const Shape& target_shape) { in EmitBufferPointer()
3317 const Shape& target_shape = op->shape(); in EmitTargetAddressForOp() local
3337 const Shape& target_shape = target_op->shape(); in EmitTargetElementLoop() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dtensor_aten_ops.cpp28 const torch::lazy::Shape& target_shape) { in MaybeExpand()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Ddynamic_ragged_shape.py2093 target_shape, argument
2146 def target_shape(self): member in _Broadcaster
2267 def _get_broadcaster(source_shape, target_shape): argument
H A Ddynamic_ragged_shape_test.py2397 def testBroadcasterInitRaises(self, source_shape, target_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_set.cc78 TensorShape target_shape; in QueryMeta() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_split_with_sizes_copy.cpp91 ArrayRef<Tensor::SizesType> target_shape( in split_with_sizes_copy_out() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dreshape_util.cc115 auto target_shape = target_shape_in.vec<int64_t>(); in ReshapeSparseTensor() local
H A Ddeserialize_sparse_string_op.cc201 Tensor target_shape(DT_INT64, TensorShape({ndims + output.dims() - 2})); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dtuple_ops.cc88 llvm::Value* EmitGetTupleElement(const Shape& target_shape, int64_t index, in EmitGetTupleElement()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dtile.cc163 nvinfer1::ITensor *target_shape = nullptr; in Convert() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/sparse_ops/
H A Dsparse_reshape_op_test.py354 def _MakeAndReshapeTensor(self, tensor_class, original_shape, target_shape): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dfft_handler.cc338 HloInstruction* SliceValidData(HloInstruction* hlo, const Shape& target_shape, in SliceValidData()
H A Dspmd_partitioner_util.cc1670 const Shape& target_shape, const HloSharding& source_sharding, in CreateMatchingShardingOnDims()
H A Dspmd_partitioner.cc1182 Shape target_shape = shard_shape; in ReplicatePartial() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_test.py2992 def test_dtype(image, target_shape, target_method): argument
3317 target_shape, argument
3543 def test_dtype(image, target_shape, target_method): argument
3860 def _assertResizeCheckShape(self, x, x_shape, target_shape, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/layers/
H A Dcore.py476 def __init__(self, target_shape, **kwargs): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc1270 Output target_shape = ops::Concat( in TEST_F() local
1316 Output target_shape = in TEST_F() local
1348 Output target_shape = ops::Const(s, {4, 3, 28, 28}, {4}); in TEST_F() local
1380 Output target_shape = ops::Const(s, {4, 3, 28, 28}, {4}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlayout_assignment.cc1002 const Shape& target_shape = in CreateCopyWithNewLayout() local
H A Dhlo_sharding_util.cc356 const Shape& target_shape, in ReshapeSharding()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dshape_type_inference.cpp513 c10::ShapeSymbol& target_shape = shape_vector[i]; in ComputeShapeFromReshape() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp188 std::vector<c10::SymInt> target_shape(total_dims, 0); in restore_reduced_dims() local