/external/tensorflow/tensorflow/core/framework/ |
D | tensor.h | 43 class Tensor; variable 136 explicit Tensor(float scalar_value) in Tensor() function 138 explicit Tensor(double scalar_value) in Tensor() function 140 explicit Tensor(int32 scalar_value) in Tensor() function 142 explicit Tensor(uint32 scalar_value) in Tensor() function 144 explicit Tensor(uint16 scalar_value) in Tensor() function 146 explicit Tensor(uint8 scalar_value) in Tensor() function 148 explicit Tensor(int16 scalar_value) in Tensor() function 150 explicit Tensor(int8 scalar_value) in Tensor() function 152 explicit Tensor(string scalar_value) in Tensor() function [all …]
|
D | shape_inference_testutil.h | 31 class Tensor; variable
|
D | tensor.cc | 605 Tensor::Tensor() : Tensor(DT_FLOAT) {} in Tensor() function in tensorflow::Tensor 607 Tensor::Tensor(DataType type) : shape_({0}), buf_(nullptr) { set_dtype(type); } in Tensor() function in tensorflow::Tensor 609 Tensor::Tensor(DataType type, const TensorShape& shape, TensorBuffer* buf) in Tensor() function in tensorflow::Tensor 733 Tensor::Tensor(Allocator* a, DataType type, const TensorShape& shape) in Tensor() function in tensorflow::Tensor 746 Tensor::Tensor(Allocator* a, DataType type, const TensorShape& shape, in Tensor() function in tensorflow::Tensor 761 Tensor::Tensor(DataType type, const TensorShape& shape) in Tensor() function in tensorflow::Tensor
|
D | tensor_types.h | 29 Tensor; typedef
|
D | tensor_test.cc | 1128 TEST(Tensor, SharesBufferWith) { in TEST() argument 1143 TEST(Tensor, FailureToAllocate) { in TEST() argument 1197 TEST(Tensor, Slice_Basic) { in TEST() argument 1270 TEST(Tensor, SubSlice_Basic) { in TEST() argument 1462 TEST(Tensor, EmptyTensorData) { in TEST() argument
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 64 type Tensor struct { struct 65 c *C.TF_Tensor 66 shape []int64 154 func (t *Tensor) finalize() { C.TF_DeleteTensor(t.c) } 157 func (t *Tensor) DataType() DataType { return DataType(C.TF_TensorType(t.c)) } 160 func (t *Tensor) Shape() []int64 { return t.shape } 170 func (t *Tensor) Value() interface{} { 196 func (t *Tensor) WriteContentsTo(w io.Writer) (int64, error) {
|
D | tensor_test.go | 296 func benchmarkDecodeTensor(b *testing.B, t *Tensor) {
|
D | tensor_handle.go | 46 func NewTensorHandle(t *Tensor) (*TensorHandle, error) {
|
D | session.go | 362 func newCRunArgs(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) *cRunArgs {
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_conditional_accumulator.h | 85 std::tuple<const Tensor*, const Tensor*, const Tensor*>* tensor, in ValidateShape() 160 std::tuple<const Tensor*, const Tensor*, const Tensor*>* grad) override { in AllocateAndAssignToAccumGradFunction() 194 std::tuple<const Tensor*, const Tensor*, const Tensor*>* grad) override { in AddToAccumGradFunction() 358 std::tuple<const Tensor*, const Tensor*, const Tensor*>** tensor) override in GetAndValidateTensorInputForApplyGrad() 404 void CleanUpGradTensor(std::tuple<const Tensor*, const Tensor*, in CleanUpGradTensor()
|
D | gather_nd_op.h | 29 class Tensor; variable
|
D | remote_fused_graph_execute_op_test_utils.cc | 109 bool TestRemoteFusedGraphExecutor::FillInputNode(const string&, const Tensor&) { in FillInputNode()
|
D | conv_ops_fused_impl.h | 105 using Tensor = member
|
/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 …]
|
D | TensorForwardDeclarations.h | 26 …typename Scalar_, int NumIndices_, int Options_ = 0, typename IndexType = DenseIndex> class Tensor; variable
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_tensor_coding.h | 22 class Tensor; variable
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | eval_const_tensor.h | 28 class Tensor; variable
|
D | step_stats_collector.h | 40 class Tensor; variable
|
D | buf_rendezvous.h | 29 class Tensor; variable
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_memory_manager.h | 26 class Tensor; variable
|
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/ |
D | Tensor.swift | 19 public struct Tensor { struct
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.h | 442 class Tensor; variable
|
/external/tensorflow/tensorflow/lite/experimental/swift/Tests/ |
D | TensorTests.swift | 78 extension Tensor: Equatable { extension
|
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Tensor.java | 30 public final class Tensor { class 297 private Tensor(long nativeHandle) { in Tensor() method in Tensor
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle.cc | 139 Status TensorHandle::Tensor(const tensorflow::Tensor** t) { in Tensor() function in tensorflow::TensorHandle
|