| /external/tensorflow/tensorflow/core/framework/ |
| D | tensor.h | 44 class Tensor; variable 192 explicit Tensor(float scalar_value) in Tensor() function 194 explicit Tensor(double scalar_value) in Tensor() function 196 explicit Tensor(int32_t scalar_value) in Tensor() function 198 explicit Tensor(uint32 scalar_value) in Tensor() function 200 explicit Tensor(uint16 scalar_value) in Tensor() function 202 explicit Tensor(uint8 scalar_value) in Tensor() function 204 explicit Tensor(int16_t scalar_value) in Tensor() function 206 explicit Tensor(int8_t scalar_value) in Tensor() function 208 explicit Tensor(tstring scalar_value) in Tensor() function [all …]
|
| /external/tensorflow/tensorflow/go/ |
| D | tensor.go | 71 type Tensor struct { struct 72 c *C.TF_Tensor 73 shape []int64 217 func (t *Tensor) finalize() { C.TF_DeleteTensor(t.c) } 220 func (t *Tensor) DataType() DataType { return DataType(C.TF_TensorType(t.c)) } 223 func (t *Tensor) Shape() []int64 { return t.shape } 226 func (t *Tensor) Reshape(newShape []int64) error { 259 func (t *Tensor) Value() interface{} { 374 func (t *Tensor) WriteContentsTo(w io.Writer) (int64, error) {
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sparse_conditional_accumulator.h | 73 std::tuple<const Tensor*, const Tensor*, const Tensor*>* tensor, in ValidateShape() 148 std::tuple<const Tensor*, const Tensor*, const Tensor*>* grad) override { in AllocateAndAssignToAccumGradFunction() 176 std::tuple<const Tensor*, const Tensor*, const Tensor*>* grad) override { in AddToAccumGradFunction() 333 std::tuple<const Tensor*, const Tensor*, const Tensor*>** tensor) override in GetAndValidateTensorInputForApplyGrad() 379 void CleanUpGradTensor(std::tuple<const Tensor*, const Tensor*, in CleanUpGradTensor()
|
| D | reshape_util.h | 26 class Tensor; variable
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | Tensor.h | 328 EIGEN_STRONG_INLINE Tensor() in Tensor() function 334 EIGEN_STRONG_INLINE Tensor(const Self& other) in Tensor() function 341 … EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index firstDimension, IndexTypes... otherDimensions) in Tensor() function 348 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit Tensor(Index dim1) in Tensor() function 353 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2) in Tensor() function 358 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3) in Tensor() function 363 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4) in Tensor() function 368 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Tensor(Index dim1, Index dim2, Index dim3, Index dim4, Index… in Tensor() function 376 … EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE explicit Tensor(const array<Index, NumIndices>& dimensions) in Tensor() function 384 EIGEN_STRONG_INLINE Tensor(const TensorBase<OtherDerived, ReadOnlyAccessors>& other) in Tensor() function [all …]
|
| /external/tensorflow/tensorflow/lite/swift/Sources/ |
| D | Tensor.swift | 19 public struct Tensor: Equatable, Hashable { struct 59 extension Tensor { extension 110 extension Tensor { extension
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | tpu.py | 314 vars_: Union[List[core_types.Tensor], 653 def AddValue(self, val: core_types.Tensor) -> core_types.Tensor: 898 inputs: Optional[List[List[core_types.Tensor]]] = None, 1014 inputs: Iterable[core_types.Tensor], 1190 inputs: Optional[List[List[core_types.Tensor]]] = None, 1727 inputs: Optional[List[List[Optional[core_types.Tensor]]]] = None, 1890 inputs: Optional[List[core_types.Tensor]] = None, 1976 inputs: Optional[List[List[Optional[core_types.Tensor]]]] = None, 2038 inputs: Optional[List[List[Optional[core_types.Tensor]]]] = None, 2195 inputs: Optional[List[core_types.Tensor]] = None,
|
| /external/ComputeLibrary/arm_compute/runtime/ |
| D | Pyramid.h | 37 class Tensor; variable
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | propagator_debug_utils.h | 22 class Tensor; variable
|
| D | eval_const_tensor.h | 28 class Tensor; variable
|
| D | step_stats_collector.h | 39 class Tensor; variable
|
| /external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
| D | grpc_tensor_coding.h | 22 class Tensor; variable
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | tensor.cc | 302 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWC& shape, in Tensor() function in tflite::gpu::cl::Tensor 310 Tensor::Tensor(cl_mem memory, bool memory_owner, const BHWDC& shape, in Tensor() function in tflite::gpu::cl::Tensor 318 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor() function in tflite::gpu::cl::Tensor 332 Tensor::Tensor(cl_mem memory, bool memory_owner, cl_mem image_buffer_memory, in Tensor() function in tflite::gpu::cl::Tensor 346 Tensor::Tensor(Tensor&& tensor) in Tensor() function in tflite::gpu::cl::Tensor
|
| /external/ComputeLibrary/arm_compute/graph/detail/ |
| D | ExecutionHelpers.h | 37 class Tensor; variable
|
| /external/ComputeLibrary/arm_compute/graph/ |
| D | IDeviceBackend.h | 42 class Tensor; variable
|
| D | INode.h | 42 class Tensor; variable
|
| /external/tensorflow/tensorflow/lite/kernels/shim/ |
| D | tensor_view.h | 76 explicit Tensor(TensorView *t) in Tensor() function 82 explicit Tensor(const TensorView *t) in Tensor() function
|
| /external/ComputeLibrary/src/runtime/ |
| D | Tensor.cpp | 28 Tensor::Tensor(IRuntimeContext *) in Tensor() function in arm_compute::Tensor
|
| /external/armnn/python/pyarmnn/src/pyarmnn/_tensor/ |
| D | workload_tensors.py | 96 def workload_tensors_to_ndarray(workload_tensors: List[Tuple[int, Union[Tensor, ConstTensor]]]) -> …
|
| D | tensor.py | 12 class Tensor(annTensor): class
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | get_compiler_ir.h | 26 class Tensor; variable
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | function_test.py | 4149 def func(x: ops.Tensor): 4170 def func(*args: ops.Tensor): 4198 def func(t: ops.Tensor, **kwargs: ops.Tensor): 4218 def func(t: ops.Tensor, *args: ops.Tensor, **kwargs: ops.Tensor): 4238 def func(t: ops.Tensor, i: int = 1, **kwargs): # pylint: disable=bad-whitespace 4252 def func(x, y: ops.Tensor, z: int): 4268 def func(x, y, *args: ops.Tensor): 4283 def func(x, y, *args, **kwargs: ops.Tensor): 4303 x: ops.Tensor = 0, # pylint:disable=bad-whitespace 4305 **kwargs: ops.Tensor): [all …]
|
| /external/tensorflow/tensorflow/c/eager/ |
| D | c_api.h | 459 class Tensor; variable
|
| /external/ComputeLibrary/src/graph/ |
| D | Tensor.cpp | 30 Tensor::Tensor(TensorID id, TensorDescriptor desc) in Tensor() function in arm_compute::graph::Tensor
|
| /external/tensorflow/tensorflow/core/util/ |
| D | batch_util.cc | 46 Status HandleElementToSlice(const Tensor& /* element */, T* src, T* dest, in HandleElementToSlice() 80 Status HandleElementToSlice<ResourceHandle>(const Tensor& /* element */, in HandleElementToSlice() 89 Status HandleElementToSlice<Eigen::half>(const Tensor& /* element */, in HandleElementToSlice()
|