Home
last modified time | relevance | path

Searched refs:TensorByteSize (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc43 int64 TensorByteSize(const TensorProto& t) { in TensorByteSize() function
67 if (TensorByteSize(tp) > kMaxAttrValueTensorByteSize) { in FastTensorProtoHash()
105 const int64 lhs_tensor_bytes = TensorByteSize(lhs); in FastAreTensorProtosEqual()
106 const int64 rhs_tensor_bytes = TensorByteSize(rhs); in FastAreTensorProtosEqual()
/external/llvm-project/llvm/lib/Analysis/
DTFUtils.cpp124 size_t TensorByteSize = Spec.getElementCount() * Spec.getElementByteSize(); in writeRawTensorsAsFeatureLists() local
141 CurrentTensor += TensorByteSize; in writeRawTensorsAsFeatureLists()