Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for test_fail (0.15 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter_test.cc

      EXPECT_EQ(parent_module, *module_);
    }
    
    TEST_F(Tf2XlaRewriterTest, FailsWithoutRootTuple) {
      TF_ASSERT_OK(CreateMlirModule());
    
      XlaBuilder xla_builder("test_fail");
      xla::Add(xla::ConstantR0<float>(&xla_builder, 1.0),
               xla::ConstantR0<float>(&xla_builder, 2.0));
      XlaComputation bad_computation = xla_builder.Build().value();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/test_util.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/jit/test_util.h"
    
    #include <memory>
    #include <optional>
    #include <string>
    #include <utility>
    
    #include "tensorflow/compiler/jit/shape_inference.h"
    #include "xla/status_macros.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  3. docs_src/app_testing/app_b/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. docs_src/app_testing/app_b_an_py39/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents/test_main.cpp

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 316 bytes
    - Viewed (0)
  6. docs_src/app_testing/app_b_an/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. docs_src/app_testing/app_b_an_py310/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. docs_src/app_testing/app_b_py310/test_main.py

    bebop <******@****.***> 1710356830 -0400
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. tests/test_tutorial/test_bigger_applications/test_main.py

    Sebastián Ramírez <******@****.***> 1713469257 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:40:57 UTC 2024
    - 24.6K bytes
    - Viewed (0)
  10. tests/test_tutorial/test_testing/test_main_b.py

    from docs_src.app_testing.app_b import test_main
    
    
    def test_app():
        test_main.test_create_existing_item()
        test_main.test_create_item()
        test_main.test_create_item_bad_token()
        test_main.test_read_nonexistent_item()
        test_main.test_read_item()
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:07:10 UTC 2024
    - 300 bytes
    - Viewed (0)
Back to top