Home
last modified time | relevance | path

Searched refs:inode_dtype (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc266 DataType inode_dtype = DT_INVALID; in GetInputs() local
288 inode_dtype = dtype; in GetInputs()
294 if (inode_dtype == DT_INVALID) { in GetInputs()
302 GetOutputDataType(inode_output_props, output_index, &inode_dtype)); in GetInputs()
304 if (inode_dtype != dtype) { in GetInputs()
306 dtype, " but found ", inode_dtype); in GetInputs()