tensorflow-op-codegen/src/protos/tensor.rs (10 lines): - line 644: // TODO: Data size is computed again, it should be cached - line 652: // TODO: Data size is computed again, it should be cached - line 660: // TODO: Data size is computed again, it should be cached - line 668: // TODO: Data size is computed again, it should be cached - line 679: // TODO: Data size is computed again, it should be cached - line 687: // TODO: Data size is computed again, it should be cached - line 695: // TODO: Data size is computed again, it should be cached - line 703: // TODO: Data size is computed again, it should be cached - line 721: // TODO: Data size is computed again, it should be cached - line 729: // TODO: Data size is computed again, it should be cached src/protos/tensor.rs (10 lines): - line 644: // TODO: Data size is computed again, it should be cached - line 652: // TODO: Data size is computed again, it should be cached - line 660: // TODO: Data size is computed again, it should be cached - line 668: // TODO: Data size is computed again, it should be cached - line 679: // TODO: Data size is computed again, it should be cached - line 687: // TODO: Data size is computed again, it should be cached - line 695: // TODO: Data size is computed again, it should be cached - line 703: // TODO: Data size is computed again, it should be cached - line 721: // TODO: Data size is computed again, it should be cached - line 729: // TODO: Data size is computed again, it should be cached src/graph.rs (8 lines): - line 921: // TODO: Provide docs on variants once they are added to c_api.h. - line 1040: // TODO: Figure out what this does and document it. - line 1070: // TODO: Figure out what this does and document it. - line 2283: inner: ptr::null_mut(), // TODO: Use real options when they become available - line 2631: // TODO: Support get_attr_*/set_attr_*: - line 2792: // TODO: Add an integration test to verify that the gradient behaves as expected. - line 2834: // TODO: Add an integration test to verify that the gradient behaves as expected. - line 2872: // TODO: Add an integration test to verify that the gradient behaves as expected. tensorflow-op-codegen/src/protos/attr_value.rs (4 lines): - line 1098: // TODO: Data size is computed again, it should be cached - line 1106: // TODO: Data size is computed again, it should be cached - line 1114: // TODO: Data size is computed again, it should be cached - line 1122: // TODO: Data size is computed again, it should be cached src/protos/attr_value.rs (4 lines): - line 1098: // TODO: Data size is computed again, it should be cached - line 1106: // TODO: Data size is computed again, it should be cached - line 1114: // TODO: Data size is computed again, it should be cached - line 1122: // TODO: Data size is computed again, it should be cached src/expr.rs (3 lines): - line 111: fn children(&self) -> Vec>; // TODO: return an iterator - line 681: // TODO: See if we can make this private. - line 691: fn children(&self) -> Vec>; // TODO: return an iterator src/buffer.rs (3 lines): - line 37: // TODO: Use libc::memset for primitives once we have impl specialization and - line 199: // TODO: Use std::ptr::copy for primitives once we have impl specialization - line 214: // TODO: Use std::ptr::copy for primitives once we have impl specialization src/protos/meta_graph.rs (2 lines): - line 1871: // TODO: Data size is computed again, it should be cached - line 2034: // TODO: Data size is computed again, it should be cached src/lib.rs (2 lines): - line 1757: // TODO: Add "default_value" and "allowed_values" from OpDef_AttrDef proto - line 2427: // TODO: The test op needs to be recompiled for macos. src/session.rs (2 lines): - line 231: // TODO: What do we do with the status? - line 460: // TODO: Is TF_DeleteTensor NULL safe? tensorflow-internal-macros/src/lib.rs (1 line): - line 167: // TODO: don't use parse src/saved_model.rs (1 line): - line 258: // TODO: support all fields src/scope.rs (1 line): - line 24: // TODO: Include other with_* functions