Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetInputMemoryTypes (0.26 sec)

  1. tensorflow/compiler/jit/compilability_check_util.cc

        if (arg_types[i] == DT_RESOURCE) {
          resource_arg_indices->push_back(i);
        }
      }
    
      return absl::OkStatus();
    }
    
    tensorflow::MemoryTypeVector GetInputMemoryTypes(
        const tensorflow::FunctionBody* fbody,
        absl::Span<int const> constant_arg_indices,
        absl::Span<int const> resource_arg_indices) {
      // Set input and output memory types.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top