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

Method ToString

tensorflow/core/kernels/bias_op.cc:443–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 uint64 hash() const { return hash_code_; }
442
443 string ToString() const {
444 // clang-format off
445 return strings::StrCat(
446 "(", absl::StrJoin(in_shape_, ", "), "), ",
447 data_format_, ", ", dtype_, ", ", device_id_);
448 // clang-format on
449 }
450
451 protected:
452 using ParamsDataType = std::tuple<SpatialArray, TensorFormat, DataType, int>;

Callers 15

TEST_FFunction · 0.45
TEST_FFunction · 0.45
ComputeAsyncMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_PFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
~PartitionedCallOpMethod · 0.45
GetActionSummaryMethod · 0.45
GetActionSummaryMethod · 0.45
TEST_FFunction · 0.45

Calls 1

StrCatFunction · 0.50

Tested by 15

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36