Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseConstOp (0.1 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/cc/const_op_size_test.cc

      const int64_t num_bytes = GetSizeInBytes(int_tensor_const_op);
      EXPECT_THAT(num_bytes, Eq(16));
    }
    
    TEST_F(GetSizeInBytesTest, Bfloat16ConstOpSizeInBytes) {
      constexpr absl::string_view kConstOpExpr = R"mlir(
        %cst = "tf.Const"() {value = dense<1.0> : tensor<7xbf16>} : () -> tensor<7xbf16>
      )mlir";
    
      Block block{};
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 14 04:37:13 UTC 2022
    - 5.4K bytes
    - Viewed (0)
Back to top