Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 78 for excluding (0.16 sec)

  1. src/cmd/go/alldocs.go

    //	-run=""
    //		if non-empty, specifies a regular expression to select
    //		directives whose full original source text (excluding
    //		any trailing spaces and final newline) matches the
    //		expression.
    //
    //	-skip=""
    //		if non-empty, specifies a regular expression to suppress
    //		directives whose full original source text (excluding
    //		any trailing spaces and final newline) matches the
    //		expression. If a directive matches both the -run and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

          }
        }
        g->RemoveNode(n);
      }
      g->AddEdge(key_placeholder, 0, send_from_host_node,
                 send_from_host_dtypes->size());
      return send_from_host_node;
    }
    
    // Returns input shapes (excluding key placeholder) for `send_from_host_node`
    // if they are all fully defined; std::nullopt otherwise.
    std::optional<std::vector<PartialTensorShape>> GetInferredInputShapes(
        int num_inputs, Node* send_from_host_node) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/popper.min.js.map

    element, we can set\n  // `x` to `top` to make the popper grow towards its top instead of\n  // its bottom.\n  let left, top;\n  if (sideA === 'bottom') {\n    // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar)\n    // and not the bottom of the html element\n    if (offsetParent.nodeName === 'HTML') {\n      top = -offsetParent.clientHeight + offsets.bottom;\n    } else {\n      top = -offsetParentRect.height + offsets.bottom;\n    }\n  }...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 121K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

              </description>
              <type>String</type>
            </field>
            <field>
              <name>finalName</name>
              <version>4.0.0+</version>
              <description>
                The filename (excluding the extension, and with no path information) that
                the produced artifact will be called.
                The default value is {@code ${artifactId}-${version}}.
              </description>
              <type>String</type>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          }))
        return false;
    
      // Combine shape information including shape info in subtypes.
      Type operand_type = op->getOperand(0).getType();
      Type result_type = result.getType();
      auto new_type = GetCastCompatibleType(operand_type, result_type);
      if (!new_type) {
        // Combine shape information when leaf element types are not the same, not
        // including shape info in subtypes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                "type": "object",
                "x-kubernetes-map-type": "atomic"
              },
              "tolerations": {
                "description": "tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass.",
                "items": {
                  "allOf": [
                    {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  7. pkg/printers/internalversion/printers.go

    			namesBuffer.WriteString(",")
    			imagesBuffer.WriteString(",")
    		}
    	}
    	return namesBuffer.String(), imagesBuffer.String()
    }
    
    // formatEventSource formats EventSource as a comma separated string excluding Host when empty.
    // It uses reportingController when Source.Component is empty and reportingInstance when Source.Host is empty
    func formatEventSource(es api.EventSource, reportingController, reportingInstance string) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        }
        return success();
      }
    
      // Detect if reshape output shape is folded.
      bool shape_ty_zero_dim = false;
      int unknown_index = -1;
      // The product of constant shape argument excluding unknown dimension.
      int64_t shape_ty_size = 1;
      llvm::SmallVector<int64_t, 8> output_ty_shape;
      output_ty_shape.reserve(shape_attr.getNumElements());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  9. src/cmd/go/internal/load/pkg.go

    	// Source files
    	// If you add to this list you MUST add to p.AllFiles (below) too.
    	// Otherwise file name security lists will not apply to any new additions.
    	GoFiles           []string `json:",omitempty"` // .go source files (excluding CgoFiles, TestGoFiles, XTestGoFiles)
    	CgoFiles          []string `json:",omitempty"` // .go source files that import "C"
    	CompiledGoFiles   []string `json:",omitempty"` // .go output from running cgo on CgoFiles
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

        }
        return success();
      }
    
      // Detect if reshape output shape is folded.
      bool shape_ty_zero_dim = false;
      int unknown_index = -1;
      // The product of constant shape argument excluding unknown dimension.
      int64_t shape_ty_size = 1;
      llvm::SmallVector<int64_t, 8> output_ty_shape;
      output_ty_shape.reserve(shape_attr.getNumElements());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top