Home
last modified time | relevance | path

Searched refs:resultTensor (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/mps/operations/
H A DUnique.mm59 MPSGraphTensor* resultTensor = nil;
79 resultTensor = inputTensor;
87 return {resultTensor, inverseIndicesTensor, countTensor, lengthTensor};
136 resultTensor = [graph scatterWithUpdatesTensor:sortedInput
144resultTensor = [graph castTensor:resultTensor toType:[uniqueGraph->inputTensor_ dataType] name:@"c…
178 return {resultTensor, inverseIndicesTensor, countTensor, lengthTensor};
H A DDistributions.mm37 MPSGraphTensor* resultTensor = nil;
102 …newCachedGraph->resultTensor = randomBlock ? randomBlock(newCachedGraph, resultTensors[0]) : resul…
105 …newCachedGraph->resultTensor = castMPSTensor(mpsGraph, newCachedGraph->resultTensor, self.scalar_t…
135 Placeholder outputPlaceholder = Placeholder(cachedGraph->resultTensor, self);
161 MPSGraphTensor* resultTensor = randomTensor;
165 resultTensor = [mpsGraph multiplicationWithPrimaryTensor:randomTensor
171 …return [mpsGraph additionWithPrimaryTensor:resultTensor secondaryTensor:cachedGraph->meanTensor na…
173 return resultTensor;
538 newCachedGraph->resultTensor = [mpsGraph castTensor:reshapeTensor
540 name:@"resultTensor"];
[all …]
H A DLinearAlgebra.mm896 MPSGraphTensor* resultTensor = productTimesAlphaTensor;
898 resultTensor = [mpsGraph additionWithPrimaryTensor:productTimesAlphaTensor
906 newCachedGraph->resultTensor_ = resultTensor;
H A DActivation.mm297 MPSGraphTensor* resultTensor = [mpsGraph subtractionWithPrimaryTensor:gradOutputTensor
303 newCachedGraph->gradInputTensor_ = resultTensor;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dhlo_legalize_to_arithmetic.cc99 Value resultTensor = rewriter.create<tensor::FromElementsOp>( in matchAndRewrite() local
103 resultTensor); in matchAndRewrite()
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/operations/
H A DNormalizationOps.mm117 name:@"LayerNorm/resultTensor"];
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.hpp478 at::Tensor resultTensor; member