Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for getShape (0.67 sec)

  1. pkg/kubelet/kubelet_pods.go

    		return err
    	}
    
    	return kl.containerRuntime.GetContainerLogs(ctx, pod, containerID, logOptions, stdout, stderr)
    }
    
    // getPhase returns the phase of a pod given its container info.
    func getPhase(pod *v1.Pod, info []v1.ContainerStatus, podIsTerminal bool) v1.PodPhase {
    	spec := pod.Spec
    	pendingInitialization := 0
    	failedInitialization := 0
    
    	// regular init containers
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

        return;
      }
      tensorflow::shape_inference::ShapeHandle new_shape =
          tensorflow::ShapeHandleFromDims(ic, num_dims, dims);
      status->status = graph->refiner.SetShape(node, output.index, new_shape);
    }
    
    int TF_GraphGetTensorNumDims(TF_Graph* graph, TF_Output output,
                                 TF_Status* status) {
      Node* node = &output.oper->node;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * and <code>smb1://server/</code> URLs which do not specify a share,
     * <code>null</code> will be returned.
     *
     * @return  The share component or <code>null</code> if there is no share
     */
    
        public String getShare() {
            return share;
        }
    
        String getServerWithDfs() {
            if (dfsReferral != null) {
                return dfsReferral.server;
            }
            return getServer();
        }
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
Back to top