nerdexam
Huawei

H13-311_V3.5 · Question #153

The following does not belong TensorFlow2.0 Is characterized by?

The correct answer is A. Multi-core CPU accelerate. Option A is the outlier because TensorFlow 2.0's defining hardware acceleration story centers on GPU and TPU support, not multi-core CPU parallelism. While TF2 can use CPU threads, "multi-core CPU acceleration" is not a promoted or distinguishing characteristic of the…

Deep Learning Basics

Question

The following does not belong TensorFlow2.0 Is characterized by?

Options

  • AMulti-core CPU accelerate
  • Bdistributed
  • Cmulti-language
  • DMulti-platform

How the community answered

(58 responses)
  • A
    84% (49)
  • B
    5% (3)
  • C
    2% (1)
  • D
    9% (5)

Explanation

Option A is the outlier because TensorFlow 2.0's defining hardware acceleration story centers on GPU and TPU support, not multi-core CPU parallelism. While TF2 can use CPU threads, "multi-core CPU acceleration" is not a promoted or distinguishing characteristic of the framework.

The distractors are all genuine TF2 features: Distributed (B) is core to TF2 via tf.distribute for scaling across machines and devices; Multi-language (C) is accurate since TF2 supports Python, JavaScript (TF.js), Java, C++, and more; Multi-platform (D) is true as TF2 runs on cloud, desktop, mobile (TFLite), and the web.

Memory tip: Think "TF2 = GPU/TPU power, not CPU cores." If a question mentions CPU-centric parallelism as a TF2 selling point, that's the wrong answer - TF2's acceleration pitch is always GPU/TPU first.

Topics

#TensorFlow 2.0#Framework characteristics#Distributed systems#Multi-platform architecture

Community Discussion

No community discussion yet for this question.

Full H13-311_V3.5 Practice