Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertTensorFlowSliceToStaticShapedSlice (1.35 sec)

  1. tensorflow/compiler/jit/increase_dynamism_for_auto_jit_pass.cc

    // Terminology: "static sized" slice is a slice with the
    // _XlaCompileTimeConstantInputs attribute set to {2}.  The output shape of
    // these slices can be solely determined by their "size" input.
    Status ConvertTensorFlowSliceToStaticShapedSlice(
        Graph* g, Node* slice, const SliceInputs& slice_inputs,
        absl::string_view cluster_name, Node** result) {
      string host_name;
      TF_RETURN_IF_ERROR(DeviceNameUtils::DeviceNameToCpuDeviceName(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top