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

Function bug

tensorflow/go/tensor.go:467–469  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

465}
466
467func bug(format string, args ...interface{}) error {
468 return fmt.Errorf("BUG: Please report at https://github.com/tensorflow/tensorflow/issues with the note: Go TensorFlow %v: %v", Version(), fmt.Sprintf(format, args...))
469}
470
471func isTensorSerializable(dataType DataType) error {
472 // For numeric types, the serialized Tensor matches the in-memory

Callers 3

NewTensorFunction · 0.85
ValueMethod · 0.85
typeOfFunction · 0.85

Calls 1

VersionFunction · 0.70

Tested by

no test coverage detected