Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for is_resource_variable (0.19 sec)

  1. tensorflow/compiler/jit/xla_launch_util.cc

            xla::ShapeUtil::DeviceShapeToHostShape(device_shape);
    
        auto resource_var_it = resource_vars.find(arg_num);
        bool is_resource_variable = resource_var_it != resource_vars.end();
        bool is_updated_resource_variable =
            is_resource_variable &&
            absl::c_any_of(compilation_result->resource_updates,
                           [&](const XlaCompiler::ResourceUpdate& update) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
Back to top