HomeSort by relevance Sort by last modified time
    Searched refs:tensor_shape_type_proto (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transfer_utils.cc 85 RemoteFusedGraphExecuteInfo::TensorShapeTypeProto& tensor_shape_type_proto = local
87 tensor_shape_type_proto.set_dtype(tensor_shape_type->first);
89 *tensor_shape_type_proto.mutable_shape();
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.cc 653 tensor_shape_type_proto = local
655 tensor_shape_type_proto.set_dtype(dt);
657 *tensor_shape_type_proto.mutable_shape();
    [all...]

Completed in 127 milliseconds