MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / matrix

Method matrix

tensorflow/core/framework/tensor.h:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396
397 template <typename T>
398 typename TTypes<T>::Matrix matrix() {
399 return tensor<T, 2>();
400 }
401
402 template <typename T, size_t NDIMS>
403 typename TTypes<T, NDIMS>::Tensor tensor();

Callers 15

setUpMethod · 0.80
_computeMethod · 0.80
NodeStatsMethod · 0.80
_batch_dataFunction · 0.80
test_input_int8Method · 0.80
test_input_int16Method · 0.80
test_input_int32Method · 0.80

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.64
_computeMethod · 0.64
test_input_int8Method · 0.64
test_input_int16Method · 0.64
test_input_int32Method · 0.64
test_input_int64Method · 0.64
test_input_uint32Method · 0.64