Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for get32 (0.25 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

        assertThat(get1.requestLine).isEqualTo("GET http://android.com/foo HTTP/1.1")
        assertThat(get1.headers["Proxy-Authorization"]).isNull()
        val get2 = server.takeRequest()
        assertThat(get2.requestLine).isEqualTo("GET http://android.com/foo HTTP/1.1")
        assertThat(get2.headers["Proxy-Authorization"]).isEqualTo("password")
      }
    
      /**
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        auto new_result_types =
            llvm::to_vector<6>(tf_fused_batch_norm_op.getResultTypes());
        // reserve_space_3
        new_result_types.push_back(
            UnrankedTensorType::get(FloatType::getF32(rewriter.getContext())));
        auto tf_fused_batch_norm_op_v3 = CreateTfOp<TF::FusedBatchNormV3Op>(
            rewriter, tf_fused_batch_norm_op, new_result_types,
            tf_fused_batch_norm_op.getOperands(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top