Home
last modified time | relevance | path

Searched defs:tensor_dtype (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupWrapper.cpp206 for (const auto& tensor_dtype : collective_fingerprint.tensor_dtypes_) { in get_dtype_strs() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_io_utils.cc64 const DataType& tensor_dtype, in PrepareChunkEventProto()
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py4071 def accumulate_n(inputs, shape=None, tensor_dtype=None, name=None): argument