Home
last modified time | relevance | path

Searched defs:Tensor (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dtensor.h43 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 …]
Dshape_inference_testutil.h31 class Tensor; variable
Dtensor.cc605 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
Dtensor_types.h29 Tensor; typedef
Dtensor_test.cc1128 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/
Dtensor.go64 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) {
Dtensor_test.go296 func benchmarkDecodeTensor(b *testing.B, t *Tensor) {
Dtensor_handle.go46 func NewTensorHandle(t *Tensor) (*TensorHandle, error) {
Dsession.go362 func newCRunArgs(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) *cRunArgs {
/external/tensorflow/tensorflow/core/kernels/
Dsparse_conditional_accumulator.h85 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()
Dgather_nd_op.h29 class Tensor; variable
Dremote_fused_graph_execute_op_test_utils.cc109 bool TestRemoteFusedGraphExecutor::FillInputNode(const string&, const Tensor&) { in FillInputNode()
Dconv_ops_fused_impl.h105 using Tensor = member
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensor.h328 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 …]
DTensorForwardDeclarations.h26 …typename Scalar_, int NumIndices_, int Options_ = 0, typename IndexType = DenseIndex> class Tensor; variable
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_tensor_coding.h22 class Tensor; variable
/external/tensorflow/tensorflow/core/common_runtime/
Deval_const_tensor.h28 class Tensor; variable
Dstep_stats_collector.h40 class Tensor; variable
Dbuf_rendezvous.h29 class Tensor; variable
/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.h26 class Tensor; variable
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DTensor.swift19 public struct Tensor { struct
/external/tensorflow/tensorflow/c/eager/
Dc_api.h442 class Tensor; variable
/external/tensorflow/tensorflow/lite/experimental/swift/Tests/
DTensorTests.swift78 extension Tensor: Equatable { extension
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DTensor.java30 public final class Tensor { class
297 private Tensor(long nativeHandle) { in Tensor() method in Tensor
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc139 Status TensorHandle::Tensor(const tensorflow::Tensor** t) { in Tensor() function in tensorflow::TensorHandle

12