Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc82 const PartialTensorShape node_shape(node_value.tensor().tensor_shape()); in ValidateNode() local
83 if (node_shape.num_elements() < 0) { in ValidateNode()
87 node_shape.num_elements(), " elements"); in ValidateNode()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc710 string node_shape = "circle"; in DumpRootTag() local
723 to_id, node_body, node_shape, NodeColorAttributes(color)); in DumpRootTag()
790 string node_shape = GetInstructionNodeShape(instr); in DumpInstruction() local
805 node_shape = "diamond"; in DumpInstruction()
820 InstructionId(instr), node_body, node_shape, node_metadata, in DumpInstruction()