Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertAllEqual (0.2 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/representative_dataset_test.py

        feed_dict = repr_dataset.create_feed_dict_from_input_data(
            sample, signature_def
        )
    
        self.assertLen(feed_dict, 1)
        self.assertIn('input:0', feed_dict)
        self.assertAllEqual(feed_dict['input:0'], input_tensor_value)
    
      @test_util.deprecated_graph_mode_only
      def test_create_feed_dict_from_input_data_core_tensors(self):
        signature_def = meta_graph_pb2.SignatureDef(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jan 04 07:35:19 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top