Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for size_utils (0.11 sec)

  1. tensorflow/compiler/mlir/lite/utils/size_utils.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/lite/utils/size_utils.h"
    
    #include <cstdint>
    
    #include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
    
    namespace mlir {
    namespace TFL {
    
    int32_t ConvertToTfliteSize(int64_t size) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 23 16:15:59 UTC 2022
    - 1009 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/utils/size_utils.h

    Arian Arfaian <******@****.***> 1671811940 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 23 16:15:59 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/utils/size_utils_test.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/mlir/lite/utils/size_utils.h"
    
    #include "mlir/IR/BuiltinTypes.h"  // from @llvm-project
    #include "tensorflow/core/platform/test.h"
    
    namespace mlir {
    namespace TFL {
    namespace {
    
    TEST(SizeUtilTest, TestConvertsSize) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Dec 23 16:15:59 UTC 2022
    - 1.1K bytes
    - Viewed (0)
Back to top