Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for death (0.19 sec)

  1. tensorflow/c/c_api_experimental_test.cc

                        /*input_tensors*/ {},
                        /*expected_shape*/ make_shape({kUnknownDim, kUnknownDim}));
    
      TFE_DeleteOp(matmul_op);
      // TODO(bgogul): Add some death tests where status is not OK.
    }
    
    TEST_F(ShapeInferenceTest, InfersShapesFromInputTensors) {
      // Prepare some tensors for shape.
      TF_Tensor* tensor_1X6 = Int32Tensor({1, 6});
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Jan 17 22:27:52 GMT 2023
    - 13.1K bytes
    - Viewed (1)
  2. RELEASE.md

        *   Allow sparse float splits to support multivalent feature columns.
        *   Add `quantile` to `tf.distributions.TransformedDistribution`.
        *   Add `NCHW_VECT_C` support for `tf.depth_to_space` on GPU.
        *   Add `NCHW_VECT_C` support for `tf.space_to_depth` on GPU.
    
    ## API Changes
    
    *   Rename `SqueezeDims` attribute to `Axis` in C++ API for Squeeze op.
    *   `Stream::BlockHostUntilDone` now returns Status rather than bool.
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top